mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-20 22:42:53 -05:00
02347aa788
refs https://github.com/TryGhost/Team/issues/1047 Rendering segmented emails uses `cheerio` to parse and re-render the html but this had a side-effect of converting the `$#39;` char code to the more modern `$apos;` code resulting in Outlook not understanding quotes inside inlined CSS and showing the raw char code if it appeared in the email contents. - extracted our handling of the unsupported char codes from the main email html generation into a function so that it can be re-used when generating segmented html |
||
---|---|---|
.. | ||
client@5c2d1e4339 | ||
frontend | ||
server | ||
shared | ||
app.js | ||
boot.js | ||
bridge.js |