--- vote_storylink.module.orig	2008-02-05 13:12:21.000000000 -0600
+++ vote_storylink.module	2008-02-05 13:28:12.000000000 -0600
@@ -382,7 +382,6 @@ function vote_storylink_page_new() {
     $output .= node_view(node_load($node->nid), 1);
   }
   $output .= theme('pager', NULL, variable_get('default_nodes_main', 10));
-  $output .= theme('feed_icon', url('storylink/new/feed'));
 
   $feed_url = url('storylink/new/feed', NULL, NULL, TRUE);
   drupal_add_feed($feed_url, t('RSS - @title', array('@title' => $title)));
@@ -398,7 +397,6 @@ function vote_storylink_page_queue() {
     $output .= node_view(node_load($node->nid), 1);
   }
   $output .= theme('pager', NULL, variable_get('default_nodes_main', 10));
-  $output .= theme('feed_icon', url('storylink/queue/feed'));
 
   $feed_url = url('storylink/queue/feed', NULL, NULL, TRUE);
   drupal_add_feed($feed_url, t('RSS - @title', array('@title' => $title)));
@@ -414,7 +412,6 @@ function vote_storylink_page_top() {
     $output .= node_view(node_load($node->nid), 1);
   }
   $output .= theme('pager', NULL, variable_get('default_nodes_main', 10));
-  $output .= theme('feed_icon', url('storylink/top/feed'));
 
   $feed_url = url('storylink/top/feed', NULL, NULL, TRUE);
   drupal_add_feed($feed_url, t('RSS - @title', array('@title' => $title)));
@@ -431,7 +428,6 @@ function vote_storylink_page_interval_to
     $output .= node_view(node_load($node->nid), 1);
   }
   $output .= theme('pager', NULL, variable_get('default_nodes_main', 10));
-  $output .= theme('feed_icon', url("storylink/top/$interval/feed"));
 
   $feed_url = url("storylink/top/$interval/feed", NULL, NULL, TRUE);
   drupal_add_feed($feed_url, t('RSS - @title', array('@title' => $title)));
@@ -455,7 +451,6 @@ function vote_storylink_page_user($uid) 
       $output .= node_view(node_load($node->nid), 1);
     }
     $output .= theme('pager', NULL, variable_get('default_nodes_main', 10));
-    $output .= theme('feed_icon', url("storylink/$account->uid/feed"));
 
     $feed_url = url("storylink/$account->uid/feed", NULL, NULL, TRUE);
     drupal_add_feed($feed_url, t('RSS - @title', array('@title' => $title)));
