summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authordes <des@FreeBSD.org>2003-05-15 08:45:22 +0000
committerdes <des@FreeBSD.org>2003-05-15 08:45:22 +0000
commitaae5a35ae3961b8cead5bea7dd09704989154f02 (patch)
tree8144fef79fcf10080220658aaa1791149996b363 /tools
parent4b6fe98fb709e17999cbe828258c46e66c3212e9 (diff)
downloadFreeBSD-src-aae5a35ae3961b8cead5bea7dd09704989154f02.zip
FreeBSD-src-aae5a35ae3961b8cead5bea7dd09704989154f02.tar.gz
Untabify string literals.
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 42a793b..72e4deb 100644
--- a/tools/tools/tinderbox/www/index.cgi
+++ b/tools/tools/tinderbox/www/index.cgi
@@ -86,8 +86,8 @@ MAIN:{
<table border=\"1\" cellpadding=\"3\">
<tr>
- <th>Architecture</th>
- <th>Machine</th>
+ <th>Architecture</th>
+ <th>Machine</th>
";
foreach my $branch (@BRANCHES) {
print(" <th>$branch</th>\n");
@@ -98,8 +98,8 @@ MAIN:{
foreach my $machine (sort(@{$ARCHES{$arch}})) {
my $have_logs = 0;
my $html = " <tr>
- <td>$arch</td>
- <td>$machine</td>
+ <td>$arch</td>
+ <td>$machine</td>
";
foreach my $branch (@BRANCHES) {
my $log = "tinderbox-$branch-$arch-$machine";
@@ -139,8 +139,8 @@ 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.gif\"
alt=\"Valid CSS!\" height=\"31\" width=\"88\" /></a>
OpenPOWER on IntegriCloud