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

CommentFileSizeAuthor
biblio_theme_inc_valid_xhtml.patch688 bytesmatze_

Comments

liam morland’s picture

Issue summary: View changes
Status: Needs review » Closed (outdated)

This version is no longer maintained. If this issue is still relevant to the Drupal 7 version, please re-open and provide details.