X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Debbugs%2FCGI.pm;h=a80397f4ed18524069cbd3c3137e79f964a9d41e;hb=6532b246361b5d28b6ce3b44154a71edd3ca9a9e;hp=94669d4823865504530dbef0d1ccdbe95675064e;hpb=7b8e348529c7cfa6272b3ca72d46bfca625c2e30;p=debbugs.git 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),