From: ivan Date: Mon, 24 Nov 2003 13:23:32 +0000 (+0000) Subject: fix html quoting of export options X-Git-Tag: freeside_1_4_2beta1~367 X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=37479acbf91d59e1fbbdd1adf3c01d933c0028a4;p=freeside.git 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}) %> <% } %>