From 2a61e066ebd8b2a3abdfbd0eb8d4f38161b4e658 Mon Sep 17 00:00:00 2001 From: thomppj Date: Sun, 23 Dec 2001 23:14:20 +0000 Subject: [PATCH] Slight cleanup to filter option page display. git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1899 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- plugins/filters/options.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/filters/options.php b/plugins/filters/options.php index 0b3f0e19..0fde042a 100644 --- a/plugins/filters/options.php +++ b/plugins/filters/options.php @@ -157,13 +157,13 @@ if (isset($filters[$i + 1])) { echo "" . _("Down") . ''; if ($i > 0) { - echo ' | '; + echo ' | '; } } if ($i > 0) { echo "" . _("Up") . ''; } - echo '] - '; + echo ']-'; printf( _("If %s contains %s then move to %s"), _($filters[$i]['where']), $filters[$i]['what'], $fdr ); echo ''; -- 2.25.1