<a> is probably intended as </a>
Cause:
The closing tag for a link is missing its slash.
Example:
<a href="http://example.com/">An example site<a>
<a href="http://example.com/">An example site</a>
Solution:
Add a slash to the closing tag.