Closed (fixed)
Project:
NewsFlash
Version:
6.x-1.6
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
22 Jul 2008 at 08:18 UTC
Updated:
23 Oct 2011 at 22:34 UTC
in node.tpl.php you should change
<span class="taxonomy"><?php print $terms?></span>
to
<div class="taxonomy"><?php print $terms?></div>
w3c validator complains that
document type does not allow element "ul" here
because
you have attempted to put a block-level element inside an inline element
Comments
Comment #1
roopletheme commentedI've actually re-written the entire theme to eliminate the tables, fix several issues, and to provide a 6.x version. The re-write is completely WC3 compliant. We're in the final stages of beta testing before I update the d.o project page. In the mean time, you can see and download the new version at the NewsFlash Demo Site.
Comment #2
Voro-Experior commentedok, I'll try it.
I think you can close this issue.
Comment #3
roopletheme commentedFixed in 1.6.
Comment #4
fgmSame problem in 6.1.6. Same solution:
- replace
<span class="taxonomy>...by a div innode.tpl.php, to abide by the block/inline containment rules- add
display: inlinetonode .taxonomyinstyle.cssComment #5
kisugiai commentedclosed -- issue fixed for 2 weeks with no activity.