X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=cgi%2Fbugreport.cgi;h=013175b01d2fe10c2336eb87a9a5f6502a45c06d;hb=1c4ce01f78b112c2247a08f1a0dc9efb5ab3adca;hp=2202ca0cae3e9b16dbb62716931a11e5905b1a61;hpb=5b35fa333981b1b89556e5a63f33c282f04ca1a6;p=debbugs.git diff --git a/cgi/bugreport.cgi b/cgi/bugreport.cgi index 2202ca0..013175b 100755 --- a/cgi/bugreport.cgi +++ b/cgi/bugreport.cgi @@ -29,7 +29,7 @@ use Debbugs::Status qw(splitpackages split_status_fields get_bug_status isstrong use Scalar::Util qw(looks_like_number); use Debbugs::Text qw(:templates); - +use URI::Escape qw(uri_escape_utf8); use List::AllUtils qw(max); @@ -454,6 +454,7 @@ print fill_in_template(template => 'cgi/bugreport', msg => $msg, isstrongseverity => \&Debbugs::Status::isstrongseverity, html_escape => \&Debbugs::CGI::html_escape, + uri_escape => \&URI::Escape::uri_escape_utf8, looks_like_number => \&Scalar::Util::looks_like_number, make_list => \&Debbugs::Common::make_list, },