HTML Comment Structure is invalid
-
Just wanted to point out that anyone using this plugin (or the Pro version) is getting validation errors on their site because of the way the HTML comment is structured:
echo "<!--==-- End Typecase Font Declarations --==-->\n\n";The invalid error is “Consecutive hyphens did not terminate a comment. — is not permitted inside a comment, but e.g. – – is.”
Removing the extra characters (==– and –==) fixes this issue.
The topic ‘HTML Comment Structure is invalid’ is closed to new replies.