X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Fedit%2Fpart_export.cgi;h=486bd430066d0e35ae5e1b6e93b4fc00b498286a;hp=fbc698e8bf94d62205bf8d32e507c57dba2982c5;hb=cf6020a0c273d549d33f3e9999bd8b68d9b6d133;hpb=c5a358f8b8b0c7ac8f627f7042d81f4187bed57f diff --git a/httemplate/edit/part_export.cgi b/httemplate/edit/part_export.cgi index fbc698e8b..486bd4300 100644 --- a/httemplate/edit/part_export.cgi +++ b/httemplate/edit/part_export.cgi @@ -63,6 +63,8 @@ my $widget = new HTML::Widgets::SelectLayers( #} } $html .= ''; + } elsif ( $type eq 'textarea' ) { + $html .= qq!!; } elsif ( $type eq 'text' ) { $html .= qq!!; } else {