]> git.donarmstrong.com Git - debbugs.git/commitdiff
pass thorugh html_escape
authorDon Armstrong <don@donarmstrong.com>
Wed, 3 Dec 2008 04:00:32 +0000 (20:00 -0800)
committerDon Armstrong <don@donarmstrong.com>
Wed, 3 Dec 2008 04:00:32 +0000 (20:00 -0800)
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,
+                                                        },
                                           );
 }