Project:Colorfulness
Version:6.x-5.1
Component:Code
Category:bug report
Priority:normal
Assigned:Unassigned
Status:active

Issue Summary

Testing at http://d-theme.com/colorfulness. The HTML fails validation due to a hr element not closed and a raw ampersand.
<hr> should be <hr />
<a href="http://www.nigraphic.com" title="Web Design & Photography">
should be
<a href="http://www.nigraphic.com" title="Web Design &amp; Photography">

nobody click here