From ad1aaf055a68799626721ec803d5a3a2f8ec6fc2 Mon Sep 17 00:00:00 2001 From: ivan Date: Tue, 1 Jul 2003 09:00:46 +0000 Subject: [PATCH] larger textareas in export options --- httemplate/edit/part_export.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/httemplate/edit/part_export.cgi b/httemplate/edit/part_export.cgi index 24d646b8b..cc60f1aeb 100644 --- a/httemplate/edit/part_export.cgi +++ b/httemplate/edit/part_export.cgi @@ -67,7 +67,7 @@ my $widget = new HTML::Widgets::SelectLayers( } $html .= ''; } elsif ( $type eq 'textarea' ) { - $html .= qq!!; } elsif ( $type eq 'text' ) { $html .= qq!!; -- 2.11.0