jgallen23 / grunt-inline-css

Grunt task for turning an html file with linked css to inline css. Great for emails.
MIT License
195 stars 33 forks source link

HTML Entity decoding #6

Closed bliesch closed 11 years ago

bliesch commented 11 years ago

I'm not sure if this is an issue for this project or juice, but I've run into a problem where running the inlinecss task converts some html encoded entities such as [&emdash;, &trad;] to their decoded counterparts [—, ™]

This is a juice issue detailed here: https://github.com/LearnBoost/juice/issues/43

Closing this issue.