adjust wrap and remove nobr tags at top of folder list
authorpdontthink <pdontthink@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Tue, 8 Feb 2005 11:08:06 +0000 (11:08 +0000)
committerpdontthink <pdontthink@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Tue, 8 Feb 2005 11:08:06 +0000 (11:08 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8817 7612ce4b-ef26-0410-bec9-ea0150e637f0

src/left_main.php

index 38e622e77e9eb741c71047ca64eed00f3f3bc5ce..99121dee1aa027d4d51ca8d67c6e047655798250 100644 (file)
@@ -968,8 +968,9 @@ if ($date_format != 6) {
     }
     $clk = str_replace(' ','&nbsp;',$clk);
 
     }
     $clk = str_replace(' ','&nbsp;',$clk);
 
-    echo '<small>' . str_replace(' ','&nbsp;',_("Last Refresh")) .
-         ":<br />$clk</small><br />";
+    echo '<small><span style="white-space: nowrap;">' 
+       . str_replace(' ', '&nbsp;', _("Last Refresh")) 
+       . ":</span><br /><span style=\"white-space: nowrap;\">$clk</span></small><br />";
 }
 
 /* Next, display the refresh button. */
 }
 
 /* Next, display the refresh button. */