61c61 < index 32509ce..fc402f4 100644 --- > index 32509ce..d0c9dd0 100644 78,79c78,79 < + print theme('aggregator_page_rss', array('feeds' => $feeds, 'category' => $category)); < + exit; --- > + echo theme('aggregator_page_rss', array('feeds' => $feeds, 'category' => $category)); > + drupal_exit(); 181,182c181,182 < + print theme('aggregator_page_opml', array('feeds' => $feeds)); < + exit; --- > + echo theme('aggregator_page_opml', array('feeds' => $feeds)); > + drupal_exit();