Modify ↓
Opened 18 years ago
Closed 12 years ago
#1323 closed defect (wontfix)
Unnecessary HTML tags are showed in full description
Reported by: | Akihiro KAYAMA | Owned by: | Noah Kantrowitz |
---|---|---|---|
Priority: | normal | Component: | PaginateTicketsPlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 0.10 |
Description
When check "Show full description under each result" option and update query, Unnecessary HTML tags like <p>...</p> are showed in each full descriptions.
Attachments (0)
Change History (2)
comment:1 Changed 18 years ago by
comment:2 Changed 12 years ago by
Resolution: | → wontfix |
---|---|
Status: | new → closed |
This plugin is deprecated with Trac 0.11. The functionality was integrated to the Trac core in t:#216.
Note: See
TracTickets for help on using
tickets.
String in HDF dataset are already escaped, and HDFWrapper.setitem do escape, so getting string from HDF and store it back causes double escaping.
Following patch will solve this problem.