Closed (won't fix)
Project:
Pixture
Version:
6.x-1.1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
18 Nov 2008 at 15:05 UTC
Updated:
25 Jun 2010 at 06:44 UTC
Hello,
first of all thanks for the great "Pixture" theme!
The "Pixture" theme produces invalid XHTML (e.g. the Firefox plugin "HTML VALIDATOR" from http://users.skynet.be/mgueury/mozilla/ shows ~50 errors for my demo page).
Do you plan to optimize the theme to reduce the number of places that produce XHTML errors?
Comments
Comment #1
btmonzo commentedI get 24 errors on one of my pages, which can be brought back to 2 mistakes.
20 of them come from
#1 node.tpl.php: 2 occurences of <tr> instead of </tr>
4 are from
#2 in $prefix, there are no quotes generated in several places.
for instance I get a <td id="logo" valign=top rowspan=2> instead of <td id="logo" valign="top" rowspan="2">
Since I haven't been able to find it I can't give the solution for the second problem.
(edit spelling)
Comment #2
Jeff Burnz commentedChange to bug, need to fix up the broken html, will validate and find the other errors and commit fixes to head in due course.
Thanks.
Comment #3
bjcool commentedClosing this very old issue