1. there is no <nobr> in html 4.01 specs.
[squirrelmail.git] / 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. */