Contents

[edit]

Tidy: "<" + "/" + letter not allowed here

[edit]

Cause:

The 2 characters "</" have been detected in a wrong place.

[edit]

Example:

In most cases, this is due to wrong javascript:

Gooddocument.write("</h1>");
Gooddocument.write("<\/h1>");
[edit]

Solution:

Add a "\" in the javascript code.

[edit]

References:

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