Contents

[edit]

Tidy: discarding unexpected <...>

[edit]

Cause:

A opening or closing tag is found. But this tag is currently not expected.

[edit]

Example:

Good<b>abc</b></b>
Good<b>abc</b>
[edit]

Solution:

For a closing tag, remove the closing tag or add the missing opening tag before.

[edit]

References:

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