2. formating looks bad when user has longer clock format or "Last refresh"
string + clock does not fit in default frame width
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8004
7612ce4b-ef26-0410-bec9-
ea0150e637f0
}
$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. */