Contents
1
Tidy: ... element not empty or not closed
1.1
Cause:
1.2
Example:
1.3
Solution:
1.4
References:
[
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
<br>
<br />
[
edit
]
Solution:
Close the tag.
[
edit
]
References:
XHTML specification:
http://www.w3.org/TR/xhtml1/