You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I have the problem that html entities in my email gets double encoded, ie becomes  .
If I remove my <mj-style inline="inline"> blocks everything works again and during reproduction I have discovered that it has something to do with the dependency juice: "^10.0.0" from mjml-core. Bumping the dependency to "^10.0.1" solves the problem.
To Reproduce
See package.json and index.js below. Running with "juice": "10.0.0" in the package.json outputs the incorrect encoding.
Describe the bug
I have the problem that html entities in my email gets double encoded, ie
becomes&nbsp;
.If I remove my
<mj-style inline="inline">
blocks everything works again and during reproduction I have discovered that it has something to do with the dependencyjuice: "^10.0.0"
frommjml-core
. Bumping the dependency to"^10.0.1"
solves the problem.To Reproduce
See package.json and index.js below. Running with
"juice": "10.0.0"
in the package.json outputs the incorrect encoding.Expected behavior
in the mjml should remain as
in the HTMLMJML environment (please complete the following information):
Affected email clients (for rendering issues):
The text was updated successfully, but these errors were encountered: