W3C validator complains about <span id="1"> tags around authors.
An "id" is a unique identifier. Each time this attribute is used in a document it must have a different value. If you are using this attribute as a hook for style sheets it may be more appropriate to use classes (which group elements) than id (which are used to identify exactly one element).
Also ids must begin with letters.
patch using 'class' attached
| Comment | File | Size | Author |
|---|---|---|---|
| biblio_theme_inc_valid_xhtml.patch | 688 bytes | matze_ |
Comments
Comment #1
liam morlandThis version is no longer maintained. If this issue is still relevant to the Drupal 7 version, please re-open and provide details.