From a13c6f65fbc7a0551da1be8a9bb79491416aed24 Mon Sep 17 00:00:00 2001 From: "slamm%netscape.com" Date: Tue, 13 Jul 1999 02:46:56 +0000 Subject: [PATCH] Oh yeah, I wanted to use Helvetica instead of . git-svn-id: svn://10.0.0.236/trunk@39046 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/webtools/tinderbox/showbuilds.cgi | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/mozilla/webtools/tinderbox/showbuilds.cgi b/mozilla/webtools/tinderbox/showbuilds.cgi index a189c11f2b0..5830a2fdf56 100755 --- a/mozilla/webtools/tinderbox/showbuilds.cgi +++ b/mozilla/webtools/tinderbox/showbuilds.cgi @@ -342,8 +342,7 @@ sub print_table_header { my $bn = $build_name_names->[$ii]; $bn =~ s/Clobber/Clbr/g; $bn =~ s/Depend/Dep/g; -# $bn = "$bn"; - $bn = "$bn"; + $bn = "$bn"; my $last_status = &last_status($ii); if ($last_status eq 'busted') { @@ -371,12 +370,6 @@ sub print_table_footer { print &open_showbuilds_href(maxdate=>"$nextdate", nocrap=>'1') ."Show next $hours hours"; - if (open(FOOTER, "<$data_dir/footer.html")) { - while (