html_validator icon indicating copy to clipboard operation
html_validator copied to clipboard

Messing up &-characters

Open DragonSkills99 opened this issue 5 years ago • 0 comments

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">&check;</div></a>

Greetings DragonSkills99

DragonSkills99 avatar Mar 12 '19 11:03 DragonSkills99