XHTML 1.0 Strict with just one small change
peterx - February 24, 2009 - 11:13
| Project: | I Feel Dirty |
| Version: | 6.x-1.0 |
| Component: | Miscellaneous |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Description
I tested the theme at http://d-theme.com/i_feel_dirty. There is a HTML error. The following line is needs a change.
<h2pagetitle>I Feel Dirty</h2>
It should probably be:
<h2 class="pagetitle">I Feel Dirty</h2>
