XHTML fixes
[squirrelmail.git] / plugins / bug_report / setup.php
index 5e77776e9bb2dc304cacb9238ae9c91f5de1ec09..1c66c675939e3d51abb47e62f08fbe6257383e54 100644 (file)
@@ -80,9 +80,9 @@ function bug_report_options() {
     global $bug_report_visible;
 
     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) {
-        echo ' checked';
+        echo ' checked="checked"';
     }
     echo ' /> ' . _("Show button in toolbar") . "</td></tr>\n";