From 9ac47d149b0deaadf19bbda3f27f8c7b5b392425 Mon Sep 17 00:00:00 2001 From: JustCarmen Date: Tue, 24 Dec 2013 16:11:50 +0100 Subject: [PATCH] Add "target="_blank" to the links to force them to open in a new browser window or tab. --- module.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/module.php b/module.php index 33e9b4b..64b0b0e 100644 --- a/module.php +++ b/module.php @@ -100,12 +100,12 @@ public function getSidebarContent() { $html.='
  • '.$plugin->getName().''; $html .= '
  • '; } else { // default - $html.='
  • '.$plugin->getName().'
  • '; + $html.='
  • '.$plugin->getName().'
  • '; } } $html.= '';