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