Modify ↓
Opened 21 years ago
Closed 21 years ago
#485 closed defect (fixed)
search page does not work when there's html tags in the searchresult
| Reported by: | anonymous | Owned by: | Jonas Borgström |
|---|---|---|---|
| Priority: | normal | Milestone: | 0.7.1 |
| Component: | search system | Version: | 0.7 |
| Severity: | normal | Keywords: | |
| Cc: | Branch: | ||
| Release Notes: | |||
| API Changes: | |||
| Internal Changes: | |||
Description
If you search for something (for example "rss") that returns results that contain html tags, in the rss case a ticket contains <title>, the search page displays nothing after that tag.
Attachments (0)
Change History (1)
comment:1 by , 21 years ago
| Component: | general → search system |
|---|---|
| Milestone: | → 0.7.1 |
| Resolution: | → fixed |
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.



As of [663], HTML is being escaped on the search results page, which should fix this issue.