]> git.donarmstrong.com Git - debbugs.git/commitdiff
[project @ 2002-10-03 11:03:45 by cjwatson]
authorcjwatson <>
Thu, 3 Oct 2002 18:03:45 +0000 (10:03 -0800)
committercjwatson <>
Thu, 3 Oct 2002 18:03:45 +0000 (10:03 -0800)
Add a link to the bug reporting instructions (Bart Samwel).

cgi/pkgreport.cgi

index e9f22df3498f82d2b0f35651ac98fc8d5b25552f..25002b03780953d79a519eea1d9d057e8f7d8cd4 100755 (executable)
@@ -204,6 +204,9 @@ if (defined $pkg || defined $src) {
            printf ".\n";
        }
     }
+    print "<p>If you find a bug not listed here, please\n";
+    printf "<a href=\"%s\">report</a> it.</p>\n",
+          urlsanit("http://${debbugs::gWebDomain}/Reporting.html");
 } elsif (defined $maint || defined $maintenc) {
     print "<p>Note that maintainers may use different Maintainer fields for\n";
     print "different packages, so there may be other reports filed under\n";