From 1f94f4f6eb3b219d5f2860db79ab3779dce3bbe6 Mon Sep 17 00:00:00 2001 From: brong Date: Tue, 19 Feb 2002 01:58:47 +0000 Subject: [PATCH] & to & fix git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@2467 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- src/left_main.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/left_main.php b/src/left_main.php index 2009a525..6090b935 100644 --- a/src/left_main.php +++ b/src/left_main.php @@ -65,7 +65,7 @@ function formatMailboxName($imapConnection, $box_array) { if ($unseen > 0) { $line .= ''; } /* Crate the link for this folder. */ - $line .= ""; + $line .= ""; if ($special_color) { $line .= ""; } -- 2.25.1