From baf74d82d0d76a41fcfa0af561a329334817c94e Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Tue, 2 Dec 2008 20:00:32 -0800 Subject: [PATCH] pass thorugh html_escape --- Debbugs/CGI.pm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Debbugs/CGI.pm b/Debbugs/CGI.pm index f4cd20e0..eef56499 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, + }, ); } -- 2.39.5