From: Don Armstrong Date: Wed, 3 Dec 2008 04:00:32 +0000 (-0800) Subject: pass thorugh html_escape X-Git-Tag: release/2.6.0~467^2~7 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=baf74d82d0d76a41fcfa0af561a329334817c94e;p=debbugs.git pass thorugh html_escape --- diff --git a/Debbugs/CGI.pm b/Debbugs/CGI.pm index f4cd20e..eef5649 100644 --- a/Debbugs/CGI.pm +++ b/Debbugs/CGI.pm @@ -878,6 +878,8 @@ sub option_form{ return Debbugs::Text::fill_in_template(template=>$param{template}, (exists $param{language}?(language=>$param{language}):()), variables => $variables, + hole_var => {'&html_escape' => \&html_escape, + }, ); }