Modify ↓
#4307 closed defect (fixed)
RSS entry for attachments is invalid (em tag)
Reported by: | wsimmons | Owned by: | Jonas Borgström |
---|---|---|---|
Priority: | normal | Milestone: | 0.10.3 |
Component: | timeline | Version: | devel |
Severity: | normal | Keywords: | timeline rss em |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
Using the latest version of 10.3dev, attachments look like the following in the RSS feed:
<item> <title><em>test.py</em> attached to <em>TestPage</em></title> ...
The <em>
tag breaks many feed readers (including the Firefox 2.0 one, which does not display the title for these items).
feedvalidator.org gives the error: "Undefined title element: em"
Attachments (1)
Change History (3)
by , 18 years ago
comment:1 by , 18 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
I found the error a couple of weeks ago and just forgot about it ;-(
Fixed in [4383] for 0.10.x, this issue does not show off in trunk.