]> git.donarmstrong.com Git - debbugs.git/commitdiff
[project @ 2000-10-02 00:18:37 by ajt]
authorajt <>
Mon, 2 Oct 2000 07:18:37 +0000 (23:18 -0800)
committerajt <>
Mon, 2 Oct 2000 07:18:37 +0000 (23:18 -0800)
Fix colours and a typo

cgi/pkgreport.cgi

index d593b77d7b7d70443bfe89e55244d1f2ebc5c47f..d58f7deb2c703556fb3ccfbb6e27c9a848af7843 100755 (executable)
@@ -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.</p>\n";
 } else {
     print "<p>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";
 }