From: ivan Date: Thu, 20 Mar 2003 04:00:36 +0000 (+0000) Subject: wide textareas X-Git-Tag: freeside_1_4_1beta8~21 X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=9992aaef6e5bc9cd3d4a6809b0e69e80ac29d031;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' ) {