0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-20 22:42:53 -05:00
ghost/test
Kevin Ansfield f272b3fa5c 🐛 Fixed apostrophes not displaying correctly in Outlook for member emails
refs https://github.com/TryGhost/Ghost/issues/11536

- Outlook supports `'` as a special char for apostrophes but not `&#apos;` which is what cheerio/juiced render
- adds a basic string placement to the email serializer to switch to the older style of special char
2020-08-18 11:33:43 +01:00
..
api-acceptance 🐛 Fixed apostrophes not displaying correctly in Outlook for member emails 2020-08-18 11:33:43 +01:00
frontend-acceptance 🎨 New Google AMP template (#11986) 2020-07-06 17:09:24 +01:00
regression Added support for ON DELETE CASCADE to the schema (#12105) 2020-08-05 13:20:30 +02:00
unit 🐛 Readded missing server.start event 2020-08-11 10:09:24 +01:00
utils Refactored server announce functions to be clearer 2020-08-09 17:25:15 +01:00
.eslintignore
.eslintrc.json Fixed linting error 2020-04-17 11:32:29 +01:00
.jshintrc