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

stella’s picture

Priority: Normal » Minor
Status: Active » Fixed

Fixed and committed to CVS. Will be included in the next dev release, available later today.

Cheers,
Stella

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.

stella’s picture

Released in 5.x-2.12 and 6.x-1.8.