Index: wp-includes/feed-rss2.php
===================================================================
--- wp-includes/feed-rss2.php	(Revision 7474)
+++ wp-includes/feed-rss2.php	(Arbeitskopie)
@@ -41,7 +41,7 @@
 <?php if (get_option('rss_use_excerpt')) : ?>
 		<description><![CDATA[<?php the_excerpt_rss() ?>]]></description>
 <?php else : ?>
-		<description><![CDATA[<?php the_excerpt_rss() ?>]]></description>
+		<description><![CDATA[<?php the_content_rss() ?>]]></description>
 	<?php if ( strlen( $post->post_content ) > 0 ) : ?>
 		<content:encoded><![CDATA[<?php the_content() ?>]]></content:encoded>
 	<?php else : ?>
