From d49c939a59972424f37424f6b785b05126ba79fb Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Wed, 27 Jun 2007 19:56:45 -0700 Subject: [PATCH] remove newest from the package/src URI too --- cgi/pkgreport.cgi | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 ); -- 2.39.2