metinsaylan / wordpress-countdown-widget

Countdown/Countup Timer Widget + Shortcode. Supports multiple instances, easy translation & customizations.

Home Page:https://metinsaylan.com/wordpress/plugins/countdown/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

In Wordpress version 4.4.2, countdown-widget plugin version 2.5.9, HTML is shown as entities

gektor-de opened this issue · comments

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:

&lt;a href=&quot;link&quot;&gt;link&lt;/a&gt;

which renders the Link useless.