mojombo / mustache.erl

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

Escape special characters in pre-compiled code generation #13

Closed studzien closed 11 years ago

studzien commented 11 years ago

Lack of pre-compiled code escaping during its preparation caused erlang scanner to crash if some special characters were included in the template.