]> git.donarmstrong.com Git - debbugs.git/blobdiff - Debbugs/CGI.pm
pass thorugh html_escape
[debbugs.git] / Debbugs / CGI.pm
index f4cd20e06df112efd2daa84e0d4d1780f2d0e1b9..eef564992b3d16ed4e91bf960f3f8387f198ae4b 100644 (file)
@@ -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,
+                                                        },
                                           );
 }