Modify ↓
#325 closed defect (duplicate)
RSS Feed not using CDATA for ticket descriptions
| Reported by: | Owned by: | Jonas Borgström | |
|---|---|---|---|
| Priority: | low | Milestone: | |
| Component: | ticket system | Version: | 0.6.1 |
| Severity: | minor | Keywords: | |
| Cc: | Branch: | ||
| Release Notes: | |||
| API Changes: | |||
| Internal Changes: | |||
Description
The xml does not render in IE (Firefox complains about it) because we entered >> in a ticket description. When it tries to render the XML it is not able to be displayed because I assume the description is not wrapped with CDATA[] to allow for special characters. This might also cause some RSS viewers to die when trying to render the RSS feed.
Attachments (0)
Change History (2)
comment:1 by , 22 years ago
comment:2 by , 22 years ago
| Resolution: | → duplicate |
|---|---|
| Status: | new → closed |
[439] escapes < > entities properly.
Note:
See TracTickets
for help on using tickets.



Same problem as Ticket 320