From: Ivan Kohler Date: Fri, 29 Mar 2013 00:49:41 +0000 (-0700) Subject: fix XSS X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=de1f3ef204d75ae89d81e7f7177ac1b740c6abc7;p=freeside.git fix XSS --- diff --git a/httemplate/search/cust_main.cgi b/httemplate/search/cust_main.cgi index 450412160..224166b70 100755 --- a/httemplate/search/cust_main.cgi +++ b/httemplate/search/cust_main.cgi @@ -268,7 +268,7 @@ % my $pkg_rowspan = shift @pkg_rowspans; <% $n1 %> - <% $pkg_comment %> + <% $pkg_comment |h %> % my $n2 = '';