... element not empty or not closed

Cause:

XHTML error. A tag has been opened and not closed.

Solution:

Close the tag

Sample:

<input> element not empty or not closed

BAD  <br>
GOOD <br />

References:

XHTML specification: http://www.w3.org/TR/xhtml1/