From: ivan Date: Mon, 24 Nov 2003 14:29:01 +0000 (+0000) Subject: fix html quoting problems X-Git-Tag: freeside_1_5_0pre4^2~135 X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=24d7a586d33a5561b44ae0cfef07afb649b6fcbc;p=freeside.git fix html quoting problems --- diff --git a/httemplate/edit/part_export.cgi b/httemplate/edit/part_export.cgi index cc60f1aeb..4d0c7391f 100644 --- a/httemplate/edit/part_export.cgi +++ b/httemplate/edit/part_export.cgi @@ -68,9 +68,10 @@ my $widget = new HTML::Widgets::SelectLayers( $html .= ''; } elsif ( $type eq 'textarea' ) { $html .= qq!!; + encode_entities($value). ''; } elsif ( $type eq 'text' ) { - $html .= qq!!; + $html .= qq!'; } elsif ( $type eq 'checkbox' ) { $html .= qq!