The graphs produce the following validation error and fail xhtml validation:
value of attribute "id" invalid: "1" cannot start a name.
It is possible that you violated the naming convention for this attribute. For example, id and name attributes must begin with a letter, not a digit
Is there a way you could get the initial div to start with a letter?
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | xhtml_d5.patch | 593 bytes | redndahead |
| #3 | xhtml_d6.patch | 605 bytes | redndahead |
Comments
Comment #1
vivianspencer commentedI made the following change to the module code and it passes validation now
Before:
After
Comment #2
redndahead commentedPlease don't set it to fixed unless I fix it in my code. A valid solution and I'll probably add something like this.
Comment #3
redndahead commentedPatches attached (hopefully) Will commit immediately since it is a minor change.
Comment #4
vivianspencer commentedSorry about that, I'm new to all this Drupal stuff
Comment #5
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.