XHTML validation
peterx - March 16, 2009 - 06:02
| Project: | Colorfulness |
| Version: | 6.x-5.1 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Description
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 & Photography">
