From: ivan Date: Thu, 20 Mar 2003 04:00:33 +0000 (+0000) Subject: wide textareas X-Git-Tag: freeside_1_4_1beta8~10^2~13 X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=7f089ef86f1e695fabf6b046e00f8cef14af9000;p=freeside.git wide textareas --- diff --git a/httemplate/edit/part_export.cgi b/httemplate/edit/part_export.cgi index bdf41e2b2..8a829e57a 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!!; + $html .= qq!!; } elsif ( $type eq 'text' ) { $html .= qq!!; } elsif ( $type eq 'checkbox' ) {