From b9f7585798177fd77a151ea644324b8833fef810 Mon Sep 17 00:00:00 2001 From: pdontthink Date: Tue, 8 Feb 2005 11:08:06 +0000 Subject: [PATCH] adjust wrap and remove nobr tags at top of folder list git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8817 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- src/left_main.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/left_main.php b/src/left_main.php index 38e622e7..99121dee 100644 --- a/src/left_main.php +++ b/src/left_main.php @@ -968,8 +968,9 @@ if ($date_format != 6) { } $clk = str_replace(' ',' ',$clk); - echo '' . str_replace(' ',' ',_("Last Refresh")) . - ":
$clk

"; + echo '' + . str_replace(' ', ' ', _("Last Refresh")) + . ":
$clk

"; } /* Next, display the refresh button. */ -- 2.25.1