mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-21 17:59:34 +00:00
Oh yeah, I wanted to use Helvetica instead of <tt>.
This commit is contained in:
parent
29f37db070
commit
8e48755268
@ -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 = "<font face='Helvetica,Arial' size=-1>$bn</font>";
|
||||
$bn = "<tt>$bn</tt>";
|
||||
$bn = "<font face='Helvetica,Arial' size=-1>$bn</font>";
|
||||
|
||||
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</a>";
|
||||
|
||||
if (open(FOOTER, "<$data_dir/footer.html")) {
|
||||
while (<FOOTER>) {
|
||||
print $_;
|
||||
}
|
||||
close FOOTER;
|
||||
}
|
||||
print "<p><a href='${rel_path}admintree.cgi?tree=$tree'>",
|
||||
"Administrate Tinderbox Trees</a><br>\n";
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user