Index: feedaggregator_node.module =================================================================== RCS file: /cvs/drupal-contrib/contributions/modules/feedparser/feedaggregator_node.module,v retrieving revision 1.42.4.3 diff -r1.42.4.3 feedaggregator_node.module 101c101,105 < $links[] = l(t('full story'), $node->link, $attributes); --- > $links['full story'] = array( > 'title' => t('full story'), > 'href' => $node->link, > 'attributes' => $attributes, > );