--- /data/blogs/htdocs/wordpress/wp-includes/feed-rdf.php	2012-06-08 11:47:55.000000000 +0100
+++ ../patched/wordpress/wp-includes/feed-rdf.php	2012-06-08 11:42:25.000000000 +0100
@@ -21,7 +21,7 @@
 <channel rdf:about="<?php bloginfo_rss("url") ?>">
 	<title><?php bloginfo_rss('name'); wp_title_rss(); ?></title>
 	<link><?php bloginfo_rss('url') ?></link>
-	<description><?php bloginfo_rss('description') ?></description>
+	<description><![CDATA[<?php bloginfo_rss('description') ?>]]></description>
 	<dc:date><?php echo mysql2date('Y-m-d\TH:i:s\Z', get_lastpostmodified('GMT'), false); ?></dc:date>
 	<sy:updatePeriod><?php echo apply_filters( 'rss_update_period', 'hourly' ); ?></sy:updatePeriod>
 	<sy:updateFrequency><?php echo apply_filters( 'rss_update_frequency', '1' ); ?></sy:updateFrequency>
@@ -43,9 +43,9 @@
 	<dc:creator><?php the_author() ?></dc:creator>
 	<?php the_category_rss('rdf') ?>
 <?php if (get_option('rss_use_excerpt')) : ?>
-	<description><?php the_excerpt_rss() ?></description>
+	<description><![CDATA[<?php the_excerpt_rss() ?>]]></description>
 <?php else : ?>
-	<description><?php the_excerpt_rss() ?></description>
+	<description><![CDATA[<?php the_excerpt_rss() ?>]]></description>
 	<content:encoded><![CDATA[<?php the_content_feed('rdf') ?>]]></content:encoded>
 <?php endif; ?>
 	<?php do_action('rdf_item'); ?>
