Contents

[edit]

Tidy: adjacent hyphens within comment

[edit]

Cause:

This is due to too many hyphens "-" in the declaration of a comment. A comment is defined like this <!-- comment -->. Also, comments may not contain two hyphens next to each other.

[edit]

Example:

Good<!--- comment --->
Good<!-- comment -->
[edit]

Example:

Good<!-- comment -- other comment data -->
Good<!-- comment - other comment data -->
[edit]

Solution:

Remove the additional hyphens.

[edit]

References:

Retrieved from "http://www.htmlpedia.org/wiki/Tidy_29"