Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HTML in description should not be escaped #8

Open
ptz0n opened this issue Dec 19, 2014 · 1 comment
Open

HTML in description should not be escaped #8

ptz0n opened this issue Dec 19, 2014 · 1 comment
Labels

Comments

@ptz0n
Copy link
Contributor

ptz0n commented Dec 19, 2014

Using {{{description}}} & {{{store_description}}} in theme/partial should not be necessary.

@ptz0n ptz0n added the bug label Dec 19, 2014
@ptz0n ptz0n changed the title HTML in product description is escaped HTML in description should not be escaped Dec 23, 2014
@ptz0n
Copy link
Contributor Author

ptz0n commented Jan 21, 2015

https://github.com/janl/mustache.js/blob/master/mustache.js#L569-L571

… or just search/replace {{…}} to {{{…}}} (or {{&…}}) in our own rendering engine wrapping mustache.js:

http://expressjs.com/advanced/developing-template-engines.html

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

No branches or pull requests

1 participant