HTML is rendered as entities
-
Instead of rendering HTML, the characters are converted to HTML Entities and HTML is rendered as test.
I’m typing
<a href="link">link</a>
as a title.
The string is converted to:
<a href="link">link</a>
which renders the Link useless.
See also: https://github.com/shailancom/wordpress-countdown-widget/issues/2
https://www.ads-software.com/plugins/wordpress-countdown-widget/
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘HTML is rendered as entities’ is closed to new replies.