Files
@ 494c793cc160
Branch filter:
Location: kallithea/docs/index.rst
494c793cc160
1.2 KiB
text/prs.fallenstein.rst
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