mojombo / mustache.erl

Mustache template engine for Erlang.
MIT License
239 stars 59 forks source link

use $ char notation and fix auto-escaping #2

Closed mokele closed 13 years ago

mokele commented 14 years ago

fix broken auto-escaping behaviour where {{tag}} and {{{tag}}} both resulted in non-escaped output

mokele commented 14 years ago

tested with R14B01

mokele commented 13 years ago

closing this as I have more significant changes in another pull request I am about to make