Browse Source

Another XHTML fix

Fredrik Jervfors 21 years ago
parent
commit
816951fb36
1 changed files with 1 additions and 1 deletions
  1. 1 1
      plugins/filters/spamoptions.php

+ 1 - 1
plugins/filters/spamoptions.php

@@ -169,7 +169,7 @@ if (isset($action) && $action == 'spam') {
             $spam_filters[$Key]['prefname'] .
             $spam_filters[$Key]['prefname'] .
             '_set"';
             '_set"';
         if ($spam_filters[$Key]['enabled']) {
         if ($spam_filters[$Key]['enabled']) {
-            echo ' checked';
+            echo ' checked="checked"';
         }
         }
         echo ' /> - ';
         echo ' /> - ';
         if ($spam_filters[$Key]['link']) {
         if ($spam_filters[$Key]['link']) {