Modify ↓
Opened 17 years ago
Closed 15 years ago
#3967 closed defect (fixed)
[Patch] VotePlugin produces invalid xhtml strict
| Reported by: | jholg | Owned by: | Ryan J Ollos |
|---|---|---|---|
| Priority: | normal | Component: | VotePlugin |
| Severity: | major | Keywords: | xhtml, xhtml-strict |
| Cc: | Trac Release: | 0.11 |
Description
The nice voteplugin introduces invalid xhtml 1.0 (strict) markup into the otherwise clean-xhtml-strict Trac. Reason: Mandatory <img alt="..." .../> attribute is missing.
Patch diff fix attached.
Attachments (1)
Change History (5)
Changed 17 years ago by
| Attachment: | voteplugin_valid_xhtml.diff added |
|---|
comment:1 Changed 16 years ago by
FWIW, patch applied on t.e.o which uses the plugin. Thanks jholg for the patch!
comment:2 Changed 15 years ago by
| Owner: | changed from Alec Thomas to Ryan J Ollos |
|---|
Reassigning ticket to new maintainer.
comment:3 Changed 15 years ago by
| Summary: | voteplugin produces invalid xhtml strict → [Patch] VotePlugin produces invalid xhtml strict |
|---|
comment:4 Changed 15 years ago by
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note: See
TracTickets for help on using
tickets.



voteplugin patch for xhtml 1.0 validity