From: ivan Date: Thu, 20 Mar 2003 04:09:02 +0000 (+0000) Subject: wrap this textbox hard X-Git-Tag: freeside_1_4_1beta8~20 X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;ds=sidebyside;h=d9e8553b1364b4a5d5176a06a716c5f68579a8f2;p=freeside.git wrap this textbox hard --- diff --git a/httemplate/edit/part_export.cgi b/httemplate/edit/part_export.cgi index 8a829e57a..31d6134e2 100644 --- a/httemplate/edit/part_export.cgi +++ b/httemplate/edit/part_export.cgi @@ -67,7 +67,8 @@ 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' ) {