From: ajt <> Date: Mon, 2 Oct 2000 07:18:37 +0000 (-0800) Subject: [project @ 2000-10-02 00:18:37 by ajt] X-Git-Tag: release/2.6.0~1271 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=24e92a0c7635f555225f156d070d4cd41d5d734c;p=debbugs.git [project @ 2000-10-02 00:18:37 by ajt] Fix colours and a typo --- diff --git a/cgi/pkgreport.cgi b/cgi/pkgreport.cgi index d593b77d..d58f7deb 100755 --- a/cgi/pkgreport.cgi +++ b/cgi/pkgreport.cgi @@ -57,7 +57,13 @@ if (defined $pkg) { my $result = htmlizebugs(@bugs); print header; -print start_html("$debbugs::gProject $Archived $debbugs::gBug report logs: $tag"); +print start_html( + -TEXT => "#000000", + -BGCOLOR=>"#FFFFFF", + -LINK => "#0000FF", + -VLINK => "#800080", + -title => "$debbugs::gProject $Archived $debbugs::gBug report logs: $tag"); + print h1("$debbugs::gProject $Archived $debbugs::gBug report logs: $tag"); if (defined $maintainer{$pkg}) { @@ -71,7 +77,7 @@ if (defined $pkg) { print "reports filed under the different binary package names.
\n"; } else { print "Note that maintainers may use different Maintainer fields for\n"; - print "different packages, so there may be other reports filed under\n" + print "different packages, so there may be other reports filed under\n"; print "different addresses.\n"; }