1. there is no <nobr> in html 4.01 specs.
authortokul <tokul@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Thu, 2 Sep 2004 19:10:49 +0000 (19:10 +0000)
committertokul <tokul@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Thu, 2 Sep 2004 19:10:49 +0000 (19:10 +0000)
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

index f7a8ecfc429ba37973a51ee59c18770f71f1c212..f3519f7210407aa2950bb606da860805ea0f69c1 100644 (file)
@@ -1007,8 +1007,8 @@ if ($date_format != 6) {
     }
     $clk = str_replace(' ','&nbsp;',$clk);
 
-    echo '<nobr><small>' . str_replace(' ','&nbsp;',_("Last Refresh")) .
-         ": $clk</small></nobr><br />";
+    echo '<small>' . str_replace(' ','&nbsp;',_("Last Refresh")) .
+         ":<br />$clk</small><br />";
 }
 
 /* Next, display the refresh button. */