소스 검색

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>';
 }
 
 ?>