Another XHTML fix
[squirrelmail.git] / plugins / filters / spamoptions.php
index e84af16f4b62c6134701927988ced04787e85218..532405affb1397b2c5c657ac92348c5c5dbeef11 100644 (file)
@@ -169,7 +169,7 @@ if (isset($action) && $action == 'spam') {
             $spam_filters[$Key]['prefname'] .
             '_set"';
         if ($spam_filters[$Key]['enabled']) {
-            echo ' checked';
+            echo ' checked="checked"';
         }
         echo ' /> - ';
         if ($spam_filters[$Key]['link']) {