Fredrik Jervfors 21 سال پیش
والد
کامیت
f6ed632026
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 2 2
      plugins/bug_report/setup.php

+ 2 - 2
plugins/bug_report/setup.php

@@ -80,9 +80,9 @@ function bug_report_options() {
     global $bug_report_visible;
     global $bug_report_visible;
 
 
     echo '<tr>' . html_tag('td',_("Bug Reports:"),'right','','nowrap') . "\n" .
     echo '<tr>' . html_tag('td',_("Bug Reports:"),'right','','nowrap') . "\n" .
-         '<td><input name="bug_report_bug_report_visible" type=checkbox';
+         '<td><input name="bug_report_bug_report_visible" type="checkbox"';
     if ($bug_report_visible) {
     if ($bug_report_visible) {
-        echo ' checked';
+        echo ' checked="checked"';
     }
     }
     echo ' /> ' . _("Show button in toolbar") . "</td></tr>\n";
     echo ' /> ' . _("Show button in toolbar") . "</td></tr>\n";