mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-21 01:41:46 +03: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 |
||
---|---|---|
.. | ||
email-preview.js | ||
index.js | ||
mega.js | ||
post-email-serializer.js | ||
segment-parser.js | ||
template.js |