From d2c47f00c6069f0e42dc1d99f2f23b53a0a7a118 Mon Sep 17 00:00:00 2001 From: philippe_mingo Date: Mon, 12 Nov 2001 16:48:49 +0000 Subject: [PATCH] Added missing [ git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1740 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- plugins/filters/options.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/filters/options.php b/plugins/filters/options.php index 00b7f9d2..eb5589dd 100644 --- a/plugins/filters/options.php +++ b/plugins/filters/options.php @@ -90,7 +90,7 @@ "[" . _("Edit") . ']'. ''. "[" . _("Delete") . ']'. - ''; + '['; if (isset($filters[$i + 1])) { echo "" . _("Down") . ''; -- 2.25.1