From 1077bef15a49d506e7a13c3b7640e928a2a7171c Mon Sep 17 00:00:00 2001 From: tokul Date: Thu, 2 Sep 2004 19:10:49 +0000 Subject: [PATCH] 1. there is no in html 4.01 specs. 2. formating looks bad when user has longer clock format or "Last refresh" string + clock does not fit in default frame width git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8004 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- src/left_main.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/left_main.php b/src/left_main.php index f7a8ecfc..f3519f72 100644 --- a/src/left_main.php +++ b/src/left_main.php @@ -1007,8 +1007,8 @@ 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