Contents

[edit]

OpenSP: Invalid comment declaration: found name start character outside comment but inside comment declaration

[edit]

Cause:

This may happen if you have consecutive comments but did not close one of them properly. The proper syntax for comments is <!-- your comment here -->.

[edit]

Example:

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

Solution:

Use the proper format for comments.

[edit]

References:

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