Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bad encoding for an apostrophe #24

Closed
vincentducorps opened this issue Apr 4, 2016 · 1 comment
Closed

Bad encoding for an apostrophe #24

vincentducorps opened this issue Apr 4, 2016 · 1 comment

Comments

@vincentducorps
Copy link

How can we reproduce this bug?

If you write an apostrophe :
<p>Merci de m'appeler</p>

What did you expect to happen?

<p>Merci de m&#39;appeler</p>

What happened instead?

<p>Merci de m&apos;appeler</p>

Probably due to cheerio

What email clients does this happen in?
All
Visible in Outlook

Merci de m&apos;appeler

@rafibomb
Copy link
Member

rafibomb commented Apr 4, 2016

It's most likely due to the inliner. We recently updated the code that is handling it. We'll move this over to the main repo foundation/foundation-emails#281

@rafibomb rafibomb closed this as completed Apr 4, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants