... element not empty or not closed
Cause:
XHTML error. A tag has been opened but not closed.
Example:
<br> element not closed
<br>
<br />
Solution:
Close the tag.
References:
XHTML specification:
http://www.w3.org/TR/xhtml1/