[wp-trac] [WordPress Trac] #7815: ampersand should not be escaped
in rss feed category cdata?
WordPress Trac
wp-trac at lists.automattic.com
Tue Sep 30 21:07:20 GMT 2008
#7815: ampersand should not be escaped in rss feed category cdata?
-----------------------+----------------------------------------------------
Reporter: username2 | Owner: anonymous
Type: defect | Status: new
Priority: normal | Milestone: 2.8
Component: General | Version:
Severity: normal | Keywords:
-----------------------+----------------------------------------------------
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>.
--
Ticket URL: <http://trac.wordpress.org/ticket/7815>
WordPress Trac <http://trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list