Index: modules/aggregator/aggregator.module
===================================================================
RCS file: /cvs/drupal/drupal/modules/aggregator/aggregator.module,v
retrieving revision 1.392
diff -u -r1.392 aggregator.module
--- modules/aggregator/aggregator.module	17 Sep 2008 07:11:56 -0000	1.392
+++ modules/aggregator/aggregator.module	2 Oct 2008 17:59:59 -0000
@@ -908,6 +908,10 @@
   }
 
   // Display the external link to the item.
+  // The feed title is defined for category-blocks to distinguish between the feeds.
+  if (isset($item->ftitle)) {
+    $output .= '<span class="feed-title">' . check_plain($item->ftitle) . ':</span> ';
+  }
   $output .= '<a href="' . check_url($item->link) . '">' . check_plain($item->title) . "</a>\n";
 
   return $output;
