]> git.donarmstrong.com Git - debbugs.git/commitdiff
[project @ 2000-10-02 23:09:29 by ajt]
authorajt <>
Tue, 3 Oct 2000 06:09:29 +0000 (22:09 -0800)
committerajt <>
Tue, 3 Oct 2000 06:09:29 +0000 (22:09 -0800)
Change the text for the general page a bit

cgi/pkgreport.cgi

index 9bf7ae493c0780535bb1ede7d48d99a0579331ff..765a43d19a678c67199a2467bf775ea7e46e65e9 100755 (executable)
@@ -81,7 +81,7 @@ if (defined $pkg) {
     print "<p>Note that with multi-binary packages there may be other\n";
     print "reports filed under the different binary package names.</p>\n";
     print "\n";
-    printf "<p>This package probably has a general <a href=\"%s\">information page</a></p>\n", "http://packages.debian.org/$pkg";
+    printf "<p>You might like to refer to the <a href=\"%s\">%s package page</a></p>\n", "http://packages.debian.org/$pkg", "$pkg";
 } 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";