linkedin / dustjs

Asynchronous Javascript templating for the browser and server
http://dustjs.com
MIT License
2.91k stars 478 forks source link

Unexpected HTML encoding over string #799

Closed ohpyupi closed 4 years ago

ohpyupi commented 4 years ago

Hi,

I see an unexpected html encoding over an email string from a dust template. For example, hello@world.com is being translated into hello@world.com.

Btw, this is happening very inconsistently. Is it something expected or a bug on the dust?

This does not happen on this tool which looks like using the same html encoding. https://mothereff.in/html-entities#hello%40world.com