#7815 closed defect (bug) (fixed)
ampersand should not be escaped in rss feed category cdata?
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | normal | Milestone: | 2.7 |
| Component: | General | Version: | |
| Severity: | normal | Keywords: | |
| 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