Discourage line breaks between the time of day and the time zone.
This commit is contained in:
parent
7ea266dced
commit
a97c1cb829
@ -114,7 +114,7 @@ MAIN:{
|
||||
my @stat = stat("$DIR/$log.brief");
|
||||
my $class = success("$DIR/$log.brief") ? "ok" : "fail";
|
||||
$links .= "<span class=\"$class\">" .
|
||||
strftime("%Y-%m-%d %H:%M UTC", gmtime($stat[9])) .
|
||||
strftime("%Y-%m-%d %H:%M UTC", gmtime($stat[9])) .
|
||||
"</span><br />";
|
||||
my $size = sprintf("[%.1f kB]", $stat[7] / 1024);
|
||||
$links .= " <span class=\"tiny\">" .
|
||||
|
Loading…
Reference in New Issue
Block a user