Closed (fixed)
Project:
Navigation
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
17 Mar 2004 at 19:33 UTC
Updated:
31 Mar 2004 at 23:20 UTC
id attributes are not allowed to start with a number, this generates validation errors.
Comments
Comment #1
jeremy commentedThanks for the bug report. I've updated the navigation.module to not start id tags with numbers.
Where it used to output "" it now outputs "".
Comment #2
jeremy commentedWhoops, I didn't encode my html. This was supposed to read:
Where it used to output "<id=#>" it now outputs "<id=item-#>"
Comment #3
(not verified) commented