diff --git a/mozilla/webtools/tinderbox/admintree.cgi b/mozilla/webtools/tinderbox/admintree.cgi index 856ecdee1b8..1a254ee861e 100755 --- a/mozilla/webtools/tinderbox/admintree.cgi +++ b/mozilla/webtools/tinderbox/admintree.cgi @@ -32,14 +32,14 @@ EmitHtmlHeader("administer tinderbox", "tree: $tree"); &load_data; if (defined($tree)) { -if( -r "$tree/mod.pl" ){ - require "$tree/mod.pl"; -} -else { - $message_of_day = ""; -} + if( -r "$tree/mod.pl" ){ + require "$tree/mod.pl"; + } + else { + $message_of_day = ""; + } -print " + print "
Password: @@ -53,7 +53,7 @@ print " "; -print " + print " Password: @@ -91,7 +91,7 @@ print " "; if (defined($tree)) { -print " + print " If builds are behaving badly you can turn them off.
Uncheck the build that is misbehaving and click the button. You can still see all the builds even if some are disabled by adding the parameter &noignore=1 to @@ -101,17 +101,17 @@ the tinderbox URL.
"; -@names = sort (@$build_name_names, keys %$ignore_builds) ; + @names = sort (@$build_name_names, keys %$ignore_builds) ; -for $i (@names){ - if( $i ne "" ){ - $checked = ($ignore_builds->{$i} != 0 ? "": "CHECKED" ); - print ""; - print "$i
\n"; + for $i (@names){ + if( $i ne "" ){ + $checked = ($ignore_builds->{$i} != 0 ? "": "CHECKED" ); + print ""; + print "$i
\n"; + } } -} -print " + print "