html_validator
html_validator copied to clipboard
Messing up &-characters
Hello mgueury,
your Plugin is nice, but it's messing up '&
' characters.
e.G.:
-
Warning: unescaped & or unknown entity "&state"
-
Warning: unescaped & or unknown entity "&check"
both for the following html5-valid code:
<a href="?toggle=API&state=0"><div class="pseudo_checkbox">✓</div></a>
Greetings DragonSkills99