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:

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

Solution:

Fix the broken comment.

[edit]

References:

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