summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authordes <des@FreeBSD.org>2003-10-10 22:41:00 +0000
committerdes <des@FreeBSD.org>2003-10-10 22:41:00 +0000
commit8248f74b0cd4b641c9c69f7f5dcdf56f900c28b8 (patch)
tree3d857688693dfe6bc93716cc2e54e42962f1fc45 /tools
parent477ef90c7b15394e386089aff50fec85d42cd488 (diff)
downloadFreeBSD-src-8248f74b0cd4b641c9c69f7f5dcdf56f900c28b8.zip
FreeBSD-src-8248f74b0cd4b641c9c69f7f5dcdf56f900c28b8.tar.gz
Discourage line breaks between the time of day and the time zone.
Diffstat (limited to 'tools')
-rw-r--r--tools/tools/tinderbox/www/index.cgi2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/tools/tinderbox/www/index.cgi b/tools/tools/tinderbox/www/index.cgi
index 4bd97fe..3c1674c 100644
--- a/tools/tools/tinderbox/www/index.cgi
+++ b/tools/tools/tinderbox/www/index.cgi
@@ -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&nbsp;UTC", gmtime($stat[9])) .
"</span><br />";
my $size = sprintf("[%.1f&nbsp;kB]", $stat[7] / 1024);
$links .= " <span class=\"tiny\">" .
OpenPOWER on IntegriCloud