Index: plugins/views_plugin_style_rss.inc
===================================================================
--- plugins/views_plugin_style_rss.inc	(revision 2)
+++ plugins/views_plugin_style_rss.inc	(working copy)
@@ -25,19 +25,19 @@
         drupal_add_feed($url, $title);
       }
     }
-    else {
-      if (empty($this->view->feed_icon)) {
-        $this->view->feed_icon = '';
-      }
 
-      $this->view->feed_icon .= theme('feed_icon', $url, $title);
-      drupal_add_link(array(
-        'rel' => 'alternate',
-        'type' => 'application/rss+xml',
-        'title' => $title,
-        'href' => $url
-      ));
-    }
+		if (empty($this->view->feed_icon)) {
+			$this->view->feed_icon = '';
+		}
+
+		$this->view->feed_icon .= theme('feed_icon', $url, $title);
+		drupal_add_link(array(
+			'rel' => 'alternate',
+			'type' => 'application/rss+xml',
+			'title' => $title,
+			'href' => $url
+		));
+
   }
 
   function option_definition() {
