fixed frame target
authortokul <tokul@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Mon, 10 May 2004 17:02:03 +0000 (17:02 +0000)
committertokul <tokul@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Mon, 10 May 2004 17:02:03 +0000 (17:02 +0000)
http://www.w3.org/TR/html4/types.html#type-frame-target

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@7424 7612ce4b-ef26-0410-bec9-ea0150e637f0

plugins/bug_report/setup.php

index 793f0e70d86c004066e7fedc4349253c4889029c..5e77776e9bb2dc304cacb9238ae9c91f5de1ec09 100644 (file)
@@ -87,7 +87,7 @@ function bug_report_options() {
     echo ' /> ' . _("Show button in toolbar") . "</td></tr>\n";
 
     echo '<tr><td></td>' .
     echo ' /> ' . _("Show button in toolbar") . "</td></tr>\n";
 
     echo '<tr><td></td>' .
-         '<td><a href="' . SM_PATH . 'plugins/bug_report/show_system_specs.php" target="_new"><small>' . _("Show system specs") . '</small></a></td></tr>';
+         '<td><a href="' . SM_PATH . 'plugins/bug_report/show_system_specs.php" target="_blank"><small>' . _("Show system specs") . '</small></a></td></tr>';
 }
 
 ?>
 }
 
 ?>