Modify ↓
Opened 19 years ago
Closed 19 years ago
#1166 closed defect (fixed)
Trailing comma on list of tags
| Reported by: | whitelynx | Owned by: | John Hampton |
|---|---|---|---|
| Priority: | normal | Component: | TracBlogPlugin |
| Severity: | normal | Keywords: | |
| Cc: | Trac Release: | 0.10 |
Description
When a blog is tagged with more than one tag, TracBlogPlugin generates a list of tags it is in, but when there are only one or two tags other than the one being viewed, it displays a trailing comma at the end of the list. Attached is a patch to fix this.
Attachments (1)
Change History (2)
Changed 19 years ago by
| Attachment: | taglist_fix.diff added |
|---|
comment:1 Changed 19 years ago by
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note: See
TracTickets for help on using
tickets.



Patch to fix trailing comma on tag list.