Contents
1
Tidy: <a> is probably intended as </a>
1.1
Cause:
1.2
Example:
1.3
Solution:
[
edit
]
Tidy: <a> is probably intended as </a>
[
edit
]
Cause:
The closing tag for a link is missing its slash.
[
edit
]
Example:
<a href="http://example.com/">An example site<a>
<a href="http://example.com/">An example site</a>
[
edit
]
Solution:
Add a slash to the closing tag.