Closed (fixed)
Project:
Frequently Asked Questions
Version:
5.x-2.x-dev
Component:
Code
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
17 Sep 2008 at 10:04 UTC
Updated:
5 Jan 2009 at 22:36 UTC
this happens at the page that list the questions per category, and possibly others.
Cause:
In XHTML, the "name" attribute has been deprecated and replaced by the "id" attribute. If you want to keep both tags for compatibility reasons, the values should be the same. This error is generated when only the "name" attribute exists and that tidy try to copy the value of the name in the id attribute. But an "id" must begin with a letter (A-Za-z).
Solution:
Use "id" instead of "name" or use both with identical values.
Note that an "id" must begin with a letter (A-Za-z).
Comments
Comment #1
stella commentedFixed and committed to CVS. Will be included in the next dev release, available later today.
Cheers,
Stella
Comment #2
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.
Comment #3
stella commentedReleased in 5.x-2.12 and 6.x-1.8.