adjacent hyphens within comment

Cause:

This is due to too many hyphens "-" in the declaration of a comment. A comment is defined like this <!-- comment -->

Example:

Good<!--- comment --->
Good<!-- comment -->

Solution:

Remove the additional hyphens.

References: