Index: article.module
===================================================================
--- article.module	(revision 123)
+++ article.module	(working copy)
@@ -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("<img src=\"misc/xml.png\" alt=\"XML Feed\" \>", '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("<img src=\"misc/xml.png\" alt=\"XML Feed\" \>", 'article/feed',NULL, NULL, NULL, FALSE, TRUE)));
       }
       $content = article_index();
       if ($content != '') {
