Contents

[edit]

OpenSP: End tag for ... which is not finished

[edit]

Cause:

You have probably failed to include a required child element. Hence the parent element is "not finished", not complete.

[edit]

Example:

Good<ul>My list</ul>
Good<ul><li>My list</li></ul>
[edit]

Solution:

Check to be sure you've included all required child elements. Tags which require children are:

[edit]

References:

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