From: ivan Date: Mon, 24 Nov 2003 13:01:22 +0000 (+0000) Subject: fix html quoting of export options X-Git-Tag: NET_WHOIS_RAW_0_31~247 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=e10493f669a9bd15b66ee49d639fca08760862c4 fix html quoting of export options --- diff --git a/httemplate/browse/part_export.cgi b/httemplate/browse/part_export.cgi index 76662e0c9..79c57aefc 100755 --- a/httemplate/browse/part_export.cgi +++ b/httemplate/browse/part_export.cgi @@ -26,7 +26,7 @@ function part_export_areyousure(href) { <%= itable() %> <% my %opt = $part_export->options; foreach my $opt ( keys %opt ) { %> - <%= $opt %><%= $opt{$opt} %> + <%= $opt %><%= encode_entities($opt{$opt}) %> <% } %>