浏览代码

Another XHTML fix

Fredrik Jervfors 21 年之前
父节点
当前提交
816951fb36
共有 1 个文件被更改,包括 1 次插入1 次删除
  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'] .
             '_set"';
         if ($spam_filters[$Key]['enabled']) {
-            echo ' checked';
+            echo ' checked="checked"';
         }
         echo ' /> - ';
         if ($spam_filters[$Key]['link']) {