-
-
Notifications
You must be signed in to change notification settings - Fork 22
Closed
Description
I've noticed that, starting with 0.5.1, HTML entities are being converted.
This is unexpected and in my case (Maizzle) breaks HTML emails.
For example, this:
<p>© 2020</p>... is output as:
<p>© 2020</p>Here's another example:
<div>‌</div>
<div> </div>... results in:
<div></div>
<div> </div>These should stay as they are and should not be converted. Is there something users can do about it, or must it be handled in core?