Contents

[edit]

OpenSP: End tag for ... omitted, but OMITTAG NO was specified

[edit]

Cause:

You may have neglected to close an element, or perhaps you meant to "self-close" an element, that is, ending it with "/>" instead of ">".

[edit]

Example:

In XHTML,

Good<br>
Good<br/>
[edit]

Solution:

Close the tag.

[edit]

References:

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