git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@12109
7612ce4b-ef26-0410-bec9-
ea0150e637f0
}
$clk = str_replace(' ',' ',$clk);
-//FIXME don't build HTML here - do it in template; after this is fixed BE SURE to remove the FALSE from the assign() call for $clock below!
+//FIXME don't build HTML here - do it in template
$clock = '<small><span style="white-space: nowrap;">'
. str_replace(' ', ' ', _("Last Refresh"))
. ":</span><br /><span style=\"white-space: nowrap;\">$clk</span></small><br />\n";