--- article.module~ 2005-04-21 02:16:19.000000000 +0200 +++ article.module 2005-10-01 03:36:47.000000000 +0200 @@ -159,7 +159,7 @@ $body = ''; if (variable_get('article_recent_box_enable', 1)) { - $body = theme('box', variable_get('article_recent_box_title', t('Latest Articles')), module_invoke('node', 'title_list', article_get_latest(variable_get('article_recent_display', '5')), '') . theme('more_info', l("\"XML", 'article/feed'))); + $body = theme('box', variable_get('article_recent_box_title', t('Latest Articles')), module_invoke('node', 'title_list', article_get_latest(variable_get('article_recent_display', '5')), '') . theme('more_info', l("\"XML", 'article/feed', NULL, NULL, NULL, FALSE, TRUE))); } $content = article_index(); if ($content != '') {