Browse Source

adjust wrap and remove nobr tags at top of folder list

pdontthink 20 years ago
parent
commit
7699bc3bcd
1 changed files with 3 additions and 2 deletions
  1. 3 2
      src/left_main.php

+ 3 - 2
src/left_main.php

@@ -968,8 +968,9 @@ if ($date_format != 6) {
     }
     $clk = str_replace(' ',' ',$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. */