From: pdontthink Date: Tue, 8 Feb 2005 11:08:06 +0000 (+0000) Subject: adjust wrap and remove nobr tags at top of folder list X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=commitdiff_plain;h=b9f7585798177fd77a151ea644324b8833fef810;hp=49f4fc5e0dee2a0fec92d04f135b55acb0d2cfff 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 --- 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. */