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.