Changeset - 494c793cc160
default
0
2
0
lib: change ' to ' to satisfy Outlook HTML rendering
The HTML entity ' (') did not exist in the HTML 4 spec [1] and was only
added later.
As Outlook (and Thunderbird) uses an old engine to render HTML and CSS, it does
not recognize this entity and treats it as a literal string.
Therefore, use the equivalent ' code which should be recognized by all
browsers, even those restricted to HTML 4.
[1] https://www.w3.org/TR/html4/sgml/entities.html
The HTML entity ' (') did not exist in the HTML 4 spec [1] and was only
added later.
As Outlook (and Thunderbird) uses an old engine to render HTML and CSS, it does
not recognize this entity and treats it as a literal string.
Therefore, use the equivalent ' code which should be recognized by all
browsers, even those restricted to HTML 4.
[1] https://www.w3.org/TR/html4/sgml/entities.html
2 files changed with 8 insertions and 8 deletions:
0 comments (0 inline, 0 general)
0 comments (0 inline, 0 general)