Closed
Description
Hello,
On version 1.1.2 of handlebars, we identified a bug in Internet Explorer 7 on the compatibility of triple braces.
example:
Handlebars Template: {{{foo}}}
Context (JavaScript or JSON literal): {"foo", "TAG bar TAG"}
HTML Preview TAG bar TAG
To reproduce, simply go to this link: http://tryhandlebarsjs.com/
Thank you for your feedback.