summaryrefslogtreecommitdiff
path: root/src/mustache.erl
Commit message (Collapse)AuthorAgeFilesLines
* Fix conversion of boolean atom to stringklaar2010-12-091-2/+0
| | | | | | | | | | mustache:render("{{banan}}", dict:from_list([{banan, true}])). ** exception error: no function clause matching mustache:escape(true,[]) in function erl_eval:do_apply/5 in call from erl_eval:expr/5 in call from erl_eval:expr/5 in call from mustache:render/3
* Tidier improvementsKostis Sagonas2010-10-261-2/+2
|
* Dialyzer related cleanupsKostis Sagonas2010-10-101-2/+2
|
* Adding mustache.erl from http://github.com/mojombo/mustache.erlDave Smith2010-01-071-0/+219