From 44e227c2a2abc47dadd5833774d5777f5b42400b Mon Sep 17 00:00:00 2001 From: thomppj Date: Wed, 3 Jan 2001 18:31:47 +0000 Subject: [PATCH] Changed mailbox display so that flags would be aligned center. git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@909 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- functions/mailbox_display.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/mailbox_display.php b/functions/mailbox_display.php index 0599282b..bb61742d 100644 --- a/functions/mailbox_display.php +++ b/functions/mailbox_display.php @@ -73,7 +73,7 @@ break; case 5: # flags $stuff = false; - echo " \n"; + echo " \n"; if ($msg["FLAG_ANSWERED"] == true) { echo "A\n"; $stuff = true; -- 2.25.1