id attributes are not allowed to start with a number, this generates validation errors.

Comments

jeremy’s picture

Assigned: Unassigned » jeremy

Thanks 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 "".

jeremy’s picture

Whoops, I didn't encode my html. This was supposed to read:
Where it used to output "<id=#>" it now outputs "<id=item-#>"

Anonymous’s picture