--- /home/msabramo/sw/wordpress/wp-rss2.php Thu Feb 24 10:29:41 2005 +++ wp-rss2.php Sat May 21 10:37:00 2005 @@ -1,5 +1,19 @@ ", $text); # decimal notation + $text = preg_replace('/&/m', "&", $text); # decimal notation + + return $text; +} + if (empty($feed)) { $blog = 1; $feed = 'rss2'; @@ -11,7 +25,8 @@ $more = 1; ?> -'; ?> +'; ?> +