In page.tpl.php change <a name="main-content-area" id="main-content-area"></a> by <a id="main-content-area"></a>

in http://validator.w3.org error: Error found while checking this document as XHTML + RDFa! Line 171, Column 37: there is no attribute "name"
<a name="main-content-area" id="main-content-area">…

revalidate with <a id="main-content-area"></a>

and: This document was successfully checked as XHTML + RDFa!. Result: Passed

Comments

SerKi’s picture

Category: bug » task
ajross’s picture

Status: Active » Closed (won't fix)

Thanks for catching that. However, as you can see from the project page, this theme has been switched over to use AdaptiveTheme due to the current lack of support for the Fusion base theme. Thus, while I am leaving the Fusion-based version available to download, I will not be doing any future releases. So anyone who continues to use it should go ahead and manually correct the issue you point out.