summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authordes <des@FreeBSD.org>2003-10-10 23:27:57 +0000
committerdes <des@FreeBSD.org>2003-10-10 23:27:57 +0000
commit9df08be68d7782df101a6673ad4cda5885f6b67c (patch)
tree46b0d85881b5968e61a6550b13c32d4c98573065 /tools
parent8bdcdc1bc664800d1a2077ea20eb31530faf4cf9 (diff)
downloadFreeBSD-src-9df08be68d7782df101a6673ad4cda5885f6b67c.zip
FreeBSD-src-9df08be68d7782df101a6673ad4cda5885f6b67c.tar.gz
Cosmetic nits.
Diffstat (limited to 'tools')
-rw-r--r--tools/tools/tinderbox/www/index.cgi12
1 files changed, 6 insertions, 6 deletions
diff --git a/tools/tools/tinderbox/www/index.cgi b/tools/tools/tinderbox/www/index.cgi
index a765c76..f4a6831 100644
--- a/tools/tools/tinderbox/www/index.cgi
+++ b/tools/tools/tinderbox/www/index.cgi
@@ -93,7 +93,7 @@ MAIN:{
<table border=\"1\" cellpadding=\"3\">
<tr>
- <th>Platform</th>
+ <th>Platform</th>
";
foreach my $branch (sort(keys(%BRANCHES))) {
print(" <th>$branch</th>\n");
@@ -103,7 +103,7 @@ MAIN:{
foreach my $arch (sort(keys(%ARCHES))) {
foreach my $machine (sort(keys(%{$ARCHES{$arch}}))) {
my $html = " <tr>
- <td>$arch/$machine</td>
+ <td>$arch / $machine</td>
";
foreach my $branch (sort(keys(%BRANCHES))) {
my $log = "tinderbox-$branch-$arch-$machine";
@@ -141,11 +141,11 @@ MAIN:{
<p class=\"update\">Last updated: $date</p>
<p>
<a href=\"http://validator.w3.org/check/referer\"><img
- src=\"valid-xhtml10.png\"
- alt=\"Valid XHTML 1.0!\" height=\"31\" width=\"88\" /></a>
+ src=\"valid-xhtml10.png\"
+ alt=\"Valid XHTML 1.0!\" height=\"31\" width=\"88\" /></a>
<a href=\"http://jigsaw.w3.org/css-validator/check/referer\"><img
- src=\"valid-css.png\"
- alt=\"Valid CSS!\" height=\"31\" width=\"88\" /></a>
+ src=\"valid-css.png\"
+ alt=\"Valid CSS!\" height=\"31\" width=\"88\" /></a>
</p>
</body>
</html>
OpenPOWER on IntegriCloud