From d16a0d97c4eac52e717fd34c3e7d26a487c77348 Mon Sep 17 00:00:00 2001 From: des Date: Sat, 17 May 2003 14:13:51 +0000 Subject: Make some spaces non-breakable. --- tools/tools/tinderbox/www/index.cgi | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'tools') diff --git a/tools/tools/tinderbox/www/index.cgi b/tools/tools/tinderbox/www/index.cgi index 12ad03d..d9d4de2 100644 --- a/tools/tools/tinderbox/www/index.cgi +++ b/tools/tools/tinderbox/www/index.cgi @@ -109,18 +109,18 @@ MAIN:{ my @stat = stat("$log.brief"); my $class = success("$log.brief") ? "ok" : "fail"; $links .= "" . - strftime("%Y-%m-%d %H:%M", gmtime($stat[9])) . + strftime("%Y-%m-%d %H:%M", gmtime($stat[9])) . "
"; - my $size = sprintf("[%.1f kB]", $stat[7] / 1024); + my $size = sprintf("[%.1f kB]", $stat[7] / 1024); $links .= " " . - "summary $size" . + "summary $size" . "
"; } if (-f "$log.full") { my @stat = stat("$log.full"); - my $size = sprintf("[%.1f MB]", $stat[7] / 1048576); + my $size = sprintf("[%.1f MB]", $stat[7] / 1048576); $links .= " " . - "full log $size" . + "full log $size" . "
"; } if ($links eq "") { -- cgit v1.1