Contents

[edit]

Tidy: ... element not empty or not closed

[edit]

Cause:

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

[edit]

Example:

<br> element not closed

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

Solution:

Close the tag.

[edit]

References:

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