浏览代码

fixed frame target
http://www.w3.org/TR/html4/types.html#type-frame-target

tokul 21 年之前
父节点
当前提交
a8ae6c1758
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      plugins/bug_report/setup.php

+ 1 - 1
plugins/bug_report/setup.php

@@ -87,7 +87,7 @@ function bug_report_options() {
     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>';
 }
 
 ?>