瀏覽代碼

adjust wrap and remove nobr tags at top of folder list

pdontthink 20 年之前
父節點
當前提交
7699bc3bcd
共有 1 個文件被更改,包括 3 次插入2 次删除
  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. */