From: Ivan Kohler Date: Fri, 29 Mar 2013 00:49:40 +0000 (-0700) Subject: fix XSS X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=305bd1ffe9c46db5fefffcc41ef6f256374293ee;hp=23f228d5db4ae99722235a8739aea046a0b434cd fix XSS --- diff --git a/httemplate/search/cust_main.cgi b/httemplate/search/cust_main.cgi index 8e3c8133e..2c09c692c 100755 --- a/httemplate/search/cust_main.cgi +++ b/httemplate/search/cust_main.cgi @@ -244,7 +244,7 @@ % my $pkg_rowspan = shift @pkg_rowspans; <% $n1 %> - <% $pkg_comment %> + <% $pkg_comment |h %> % my $n2 = '';