From aa31d051e7408930a2628513534deae237201a75 Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Fri, 9 Mar 2018 10:38:56 -0800 Subject: [PATCH] fix package url to include the target as well --- Debbugs/CGI.pm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Debbugs/CGI.pm b/Debbugs/CGI.pm index 94669d4..a80397f 100644 --- a/Debbugs/CGI.pm +++ b/Debbugs/CGI.pm @@ -394,10 +394,11 @@ sub package_links { } if ($has_options) { push @links, - munge_url('pkgreport.cgi?', + (munge_url('pkgreport.cgi?', %options, $t_type => $target, - ); + ), + $target); } else { push @links, ('pkgreport.cgi?'.$t_type.'='.uri_escape_utf8($target), -- 2.39.2