End tag for ... which is not finished

Cause:

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

Example:

Good<ul>My list</ul>
Good<ul><li>My list</li></ul>

Solution:

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

References: