From: tokul Date: Thu, 2 Sep 2004 19:10:49 +0000 (+0000) Subject: 1. there is no in html 4.01 specs. X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=1077bef15a49d506e7a13c3b7640e928a2a7171c;p=squirrelmail.git 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 --- 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. */