From: Ivan Kohler Date: Mon, 17 Dec 2012 20:24:48 +0000 (-0800) Subject: fix XSS X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=d0002d9941b90fc390bfc4c3382fd092cd5a3594 fix XSS --- diff --git a/httemplate/search/customer_accounting_summary.html b/httemplate/search/customer_accounting_summary.html index e01b8cd51..0e9e24fa6 100644 --- a/httemplate/search/customer_accounting_summary.html +++ b/httemplate/search/customer_accounting_summary.html @@ -107,7 +107,7 @@ as ">Excel spreadsheet
% my $style = ''; % $style .= " rowspan=".$cell->{rowspan} if $cell->{rowspan} > 1; % $style .= " colspan=".$cell->{colspan} if $cell->{colspan} > 1; - <<%$td%><%$style%>><% $cell->{value} %>> + <<%$td%><%$style%>><% $cell->{value} |h %>> % } % }