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 (