--- ../src/mediawiki-1.5.2/includes/Feed.php 2005-07-18 11:28:58.000000000 +0800 +++ includes/Feed.php 2006-01-06 17:00:01.478189096 +0800 @@ -197,11 +197,12 @@ * @param FeedItem item to be output */ function outItem( $item ) { + global $wgServer, $wgStylePath, $wgDefaultSkin; ?> <?php print $item->getTitle() ?> getUrl() ?> - getDescription() ?> + <style type="text/css">@import "";</style>getDescription() ?> getDate() ) { ?>formatTime( $item->getDate() ) ?> getAuthor() ) { ?>getAuthor() ?> getComments() ) { ?>getComments() ?>