From 9374fbf7ee19da56a9dc863d3b95075a67e27670 Mon Sep 17 00:00:00 2001 From: jervfors Date: Fri, 2 Jul 2004 08:40:28 +0000 Subject: [PATCH] Another XHTML fix git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@7725 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- plugins/filters/spamoptions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/filters/spamoptions.php b/plugins/filters/spamoptions.php index e84af16f..532405af 100644 --- a/plugins/filters/spamoptions.php +++ b/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']) { -- 2.25.1