Modify ↓
Opened 19 years ago
Closed 19 years ago
#1165 closed defect (fixed)
Missing end tag in RSS
| Reported by: | whitelynx | Owned by: | John Hampton |
|---|---|---|---|
| Priority: | normal | Component: | TracBlogPlugin |
| Severity: | normal | Keywords: | |
| Cc: | Trac Release: | 0.10 |
Description
The RSS-formatted output for the blog plugin doesn't insert an end tag for the <p> element it creates when an entry is in multiple tags, so it breaks XML compatability. Attached is a patch to fix this.
Attachments (1)
Change History (2)
Changed 19 years ago by
| Attachment: | xml_fix.diff added |
|---|
comment:1 Changed 19 years ago by
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note: See
TracTickets for help on using
tickets.



Fix for the missing end tag bug.