|
@@ -1007,8 +1007,8 @@ if ($date_format != 6) {
|
|
|
}
|
|
|
$clk = str_replace(' ',' ',$clk);
|
|
|
|
|
|
- echo '<nobr><small>' . str_replace(' ',' ',_("Last Refresh")) .
|
|
|
- ": $clk</small></nobr><br />";
|
|
|
+ echo '<small>' . str_replace(' ',' ',_("Last Refresh")) .
|
|
|
+ ":<br />$clk</small><br />";
|
|
|
}
|
|
|
|
|
|
/* Next, display the refresh button. */
|