Index: modules/aggregator.module =================================================================== RCS file: /cvs/drupal/drupal/modules/Attic/aggregator.module,v retrieving revision 1.278.2.7 diff -u -F^f -r1.278.2.7 aggregator.module --- modules/aggregator.module 18 Aug 2006 07:20:28 -0000 1.278.2.7 +++ modules/aggregator.module 5 Oct 2006 17:57:26 -0000 @@ -1293,7 +1293,7 @@ function theme_aggregator_block_item($it } // Display the external link to the item. - $output .= ''. check_plain($item->title) ."\n"; + $output .= ''. filter_xss($item->title, array()) ."\n"; return $output; } @@ -1308,7 +1308,7 @@ function theme_aggregator_block_item($it * @ingroup themeable */ function theme_aggregator_summary_item($item) { - $output = ''. check_plain($item->title) .' '. t('%age old', array('%age' => format_interval(time() - $item->timestamp))) .''; + $output = ''. filter_xss($item->title, array()) .' '. t('%age old', array('%age' => format_interval(time() - $item->timestamp))) .''; if ($item->feed_link) { $output .= ', '. check_plain($item->feed_title) .''; } @@ -1335,7 +1335,7 @@ function theme_aggregator_page_item($ite } $output .= "