From Htmlpedia
Contents |
[edit]
OpenSP: Unknown declaration type %1
[edit]
Cause:
This error may appear if you are using a bad syntax for you comments, such as "<!invalid comment>" The proper syntax for comments is <!-- your comment here -->.
[edit]
Example:
![]() | <!invalid comment> |
![]() | <!-- your comment here --> |
![]() | <!--p>This paragraph temporarily disabled.</p--> |
[edit]
Solution:
Use the proper format for comments.
[edit]
References:
- W3 validator: http://validator.w3.org/


