Active
Project:
NeeWee - Blueprint CSS Grid theme
Version:
6.x-1.1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
7 May 2009 at 10:48 UTC
Updated:
7 May 2009 at 12:49 UTC
In validation at http://d-theme.com/neewee, hhere is one HTML error, a ul within a span.
<span class="terms">Categories: < class="links inline">
Comments
Comment #1
archi commentedHi,
I installed that theme & validate It's showing me
This document was successfully checked as XHTML 1.0 Strict!
If your code is hard coded than can you check again whether there is any tags are missing or not.
Comment #2
peterx commentedThe span is in the theme in node.tpl.php in the following line.
<?php if ($taxonomy): ?><div class="node-metadata"><span class="terms">Categories: <?php print $terms ?></span></div><?php endif;?>My page contains category terms and the terms are formatted by Drupal or the theme into a
<ul>list. $terms contains the ul. The theme could change the span to a div or remove the span and place the class on the surrounding div.