#7815 closed defect (bug) (fixed)
ampersand should not be escaped in rss feed category cdata?
Reported by: | username2 | Owned by: | |
---|---|---|---|
Milestone: | 2.7 | Priority: | normal |
Severity: | normal | Version: | |
Component: | General | Keywords: | |
Focuses: | Cc: |
Description
I have a category named R&D. In feed view of IE8 (and 7?), the category is rendered as R&D. The feed xml for the category looks like:
<title>Updated WordPress to 2.6.2</title>
<link>http://example.com/wordpress/?p=7</link>
<comments>http://example.com/wordpress/?p=7#comments</comments>
<pubDate>Sun, 28 Sep 2008 08:34:37 +0000</pubDate>
<dc:creator>admin</dc:creator>
<category><![CDATA[R&D]]></category>
I believe <category><![CDATA[R&D]]></category> should be <category><![CDATA[R&D]]></category> or <category>R&D</category>.
Change History (3)
Note: See
TracTickets for help on using
tickets.
I believe this is a duplicate of #4321