Opened 18 years ago
Closed 18 years ago
#3787 closed defect (bug) (fixed)
comments.php template validation broken
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 2.2 | Priority: | normal |
Severity: | normal | Version: | 2.1 |
Component: | Template | Keywords: | has-patch commit |
Focuses: | Cc: |
Description
w3c validator shows this error
Error Line 122 column 13: syntax of attribute value does not conform to declared value. <li class="" id="comment-1869"> The value of an attribute contained something that is not allowed by the specified syntax for that type of attribute. For instance, the “selected” attribute must be either minimized as “selected” or spelled out in full as “selected="selected"”; the variant “selected=""” is not allowed.
Attachments (3)
Change History (8)
Note: See
TracTickets for help on using
tickets.
Patch 3787.diff does a simple hack, works as advertised.
Validation was screwed up because on the non-highlighted comments (every other), class="" was the class attribute, and apparently empty attributes aren't valid.