From: Don Armstrong Date: Fri, 9 Mar 2018 18:38:56 +0000 (-0800) Subject: fix package url to include the target as well X-Git-Url: https://git.donarmstrong.com/?p=debbugs.git;a=commitdiff_plain;h=aa31d051e7408930a2628513534deae237201a75 fix package url to include the target as well --- 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),