浏览代码

1. there is no <nobr> in html 4.01 specs.
2. formating looks bad when user has longer clock format or "Last refresh"
string + clock does not fit in default frame width

tokul 21 年之前
父节点
当前提交
714a71f932
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/left_main.php

+ 2 - 2
src/left_main.php

@@ -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. */