From Htmlpedia
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:
![]() | document.write("</h1>"); |
![]() | document.write("<\/h1>"); |
[edit]
Solution:
Add a "\" in the javascript code.
[edit]


