From: Don Armstrong Date: Thu, 28 Jun 2007 02:56:45 +0000 (-0700) Subject: remove newest from the package/src URI too X-Git-Tag: release/2.6.0~529^2~3 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=d49c939a59972424f37424f6b785b05126ba79fb;p=debbugs.git remove newest from the package/src URI too --- diff --git a/cgi/pkgreport.cgi b/cgi/pkgreport.cgi index 47a1099..e3b3d4b 100755 --- a/cgi/pkgreport.cgi +++ b/cgi/pkgreport.cgi @@ -426,7 +426,7 @@ sub output_package_info{ print "

You may want to refer to the following individual bug pages:\n"; } #push @pkgs, $src if ( $src && !grep(/^\Q$src\E$/, @pkgs) ); - print join( ", ", map( "$_)) . "\">$_", @pkgs ) ); + print join( ", ", map( "$_,src=>[],newest=>[])) . "\">$_", @pkgs ) ); print ".\n"; } my @references; @@ -445,7 +445,7 @@ sub output_package_info{ } # Only output this if the source listing is non-trivial. if ($srcorbin eq 'binary' and $srcforpkg) { - push @references, sprintf "to the source package %s's bug page", html_escape(munge_url($this,src=>$srcforpkg,package=>[])), html_escape($srcforpkg); + push @references, sprintf "to the source package %s's bug page", html_escape(munge_url($this,src=>$srcforpkg,package=>[],newest=>[])), html_escape($srcforpkg); } } if (@references) { @@ -876,7 +876,7 @@ sub pkg_htmlpackagelinks { return 'Package' . (@pkglist > 1 ? 's' : '') . ': ' . join(', ', map { - '' . + '' . $openstrong . html_escape($_) . $closestrong . '' } @pkglist );