Closed (fixed)
Project:
Taxonomy Block
Version:
4.6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
15 Apr 2005 at 10:13 UTC
Updated:
30 Apr 2005 at 09:15 UTC
At line 237 of taxonomy_block.module we have
$content .= '<div id=". $x .'" class="'. (substr(decbin($x), -1) ? 'flip' : 'flop') .'"> (etc)
but providing a numeric id (actually, an id starting with a number) is forbidden by XHTML standards and results in the page not validating (validator.w3.org):
Line 49, column 32: value of attribute "id" invalid: "1" cannot start a name
Comments
Comment #1
crunchywelch commentedfixed in cvs
Comment #2
crunchywelch commentedComment #3
(not verified) commented