Another XHTML fix
authorjervfors <jervfors@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Fri, 2 Jul 2004 08:40:28 +0000 (08:40 +0000)
committerjervfors <jervfors@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Fri, 2 Jul 2004 08:40:28 +0000 (08:40 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@7725 7612ce4b-ef26-0410-bec9-ea0150e637f0

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']) {