From e10493f669a9bd15b66ee49d639fca08760862c4 Mon Sep 17 00:00:00 2001 From: ivan Date: Mon, 24 Nov 2003 13:01:22 +0000 Subject: [PATCH] fix html quoting of export options --- httemplate/browse/part_export.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}) %> <% } %> -- 2.11.0