--- wp-rss2.php.old	Wed Jun 21 19:31:02 2006
+++ wp-rss2.php	Wed Jun 21 19:31:12 2006
@@ -42,7 +42,7 @@
 <?php else : ?>
 		<description><![CDATA[<?php the_excerpt_rss() ?>]]></description>
 	<?php if ( strlen( $post->post_content ) > 0 ) : ?>
-		<content:encoded><![CDATA[<?php the_content('', 0, '') ?>]]></content:encoded>
+		<content:encoded><![CDATA[<?php the_content_rss('', 0, '') ?>]]></content:encoded>
 	<?php else : ?>
 		<content:encoded><![CDATA[<?php the_excerpt_rss() ?>]]></content:encoded>
 	<?php endif; ?>

