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.
![]() | <!--- comment ---> |
![]() | <!-- comment --> |
![]() | <!-- comment -- other comment data --> |
![]() | <!-- comment - other comment data --> |
Remove the additional hyphens.