Closed (won't fix)
Project:
Mix and Match
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
30 Jul 2012 at 18:10 UTC
Updated:
21 Feb 2013 at 19:24 UTC
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
Comment #1
SerKi commentedComment #2
ajross commentedThanks 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.