Contents

[edit]

Tidy: <...> is probably intended as </...>

[edit]

Cause:

A tag without cumulative effect is been applied twice to HTML text. It is useless and probably unintentional.

[edit]

Example:

Here is a sample with <em> (emphasis). Two emphasis tags have the same effect as one.

Good<em>hello<em> world</em></em>
Good<em>hello world</em>
[edit]

Solution:

Remove the second tag.

[edit]

References:

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