diff --git a/htdocs/includes/boxes/box_external_rss.php b/htdocs/includes/boxes/box_external_rss.php index b39a512f213..c07cc51bd22 100644 --- a/htdocs/includes/boxes/box_external_rss.php +++ b/htdocs/includes/boxes/box_external_rss.php @@ -19,7 +19,6 @@ * * $Id$ * $Source$ - * */ /** @@ -85,7 +84,8 @@ class box_external_rss extends ModeleBoxes { $this->info_box_contents[$i][0] = array('align' => 'left', 'logo' => $this->boximg, 'text' => $title, - 'url' => $href); + 'url' => $href, + 'target' => 'newrss'); } diff --git a/htdocs/includes/boxes/modules_boxes.php b/htdocs/includes/boxes/modules_boxes.php index 51f2d6f75df..ac84ab4137c 100644 --- a/htdocs/includes/boxes/modules_boxes.php +++ b/htdocs/includes/boxes/modules_boxes.php @@ -18,7 +18,6 @@ * * $Id$ * $Source$ - * */ /** @@ -109,7 +108,11 @@ class ModeleBoxes { $logo=eregi_replace("^object_","",$contents[$i][$j]['logo']); print img_object($langs->trans("Show"),$logo); - print '