### Eclipse Workspace Patch 1.0 #P drupal6 Index: modules/aggregator/aggregator.module =================================================================== RCS file: /cvs/drupal/drupal/modules/aggregator/aggregator.module,v retrieving revision 1.335 diff -u -r1.335 aggregator.module --- modules/aggregator/aggregator.module 7 Apr 2007 07:38:36 -0000 1.335 +++ modules/aggregator/aggregator.module 10 Apr 2007 21:10:59 -0000 @@ -1354,7 +1354,7 @@ } // Display the external link to the item. - $output .= ''. check_plain($item->title) ."\n"; + $output .= ''. aggregator_filter_xss($item->title) ."\n"; return $output; } @@ -1369,7 +1369,7 @@ * @ingroup themeable */ function theme_aggregator_summary_item($item) { - $output = ''. check_plain($item->title) .' '. t('%age old', array('%age' => format_interval(time() - $item->timestamp))) .''; + $output = ''. aggregator_filter_xss($item->title) .' '. t('%age old', array('%age' => format_interval(time() - $item->timestamp))) .''; if ($item->feed_link) { $output .= ', '. check_plain($item->feed_title) .''; } @@ -1396,7 +1396,7 @@ } $output .= "