From Htmlpedia
Contents |
[edit]
OpenSP: Unterminated comment: found end of entity inside comment
[edit]
Cause:
Check that you are using a proper syntax for you comments, e.g: <!-- comment here -->. This error may appear if you forget the last "--" to close one comment, therefore including the rest of the content in your comment.
[edit]
Example:
![]() | <!-- comment here > |
![]() | <!-- comment here --> |
[edit]
Solution:
Fix the broken comment.
[edit]
References:
- W3 validator: http://validator.w3.org/


