summaryrefslogtreecommitdiff
path: root/httemplate/edit/part_export.cgi
diff options
context:
space:
mode:
authorivan <ivan>2003-03-20 04:36:23 +0000
committerivan <ivan>2003-03-20 04:36:23 +0000
commit6b081fe282b98f7075b83c107bc598d4fa3b7b2f (patch)
tree3446c72532885f59abfb10337a712f583e7ed7c2 /httemplate/edit/part_export.cgi
parent7f938ee850989e3bb2405dffaff72ede945b9f08 (diff)
virtual wrap...
Diffstat (limited to 'httemplate/edit/part_export.cgi')
-rw-r--r--httemplate/edit/part_export.cgi2
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/edit/part_export.cgi b/httemplate/edit/part_export.cgi
index 31d6134..839a114 100644
--- a/httemplate/edit/part_export.cgi
+++ b/httemplate/edit/part_export.cgi
@@ -67,7 +67,7 @@ my $widget = new HTML::Widgets::SelectLayers(
}
$html .= '</SELECT>';
} elsif ( $type eq 'textarea' ) {
- $html .= qq!<TEXTAREA NAME="$option" COLS=80 WRAP="hard">!.
+ $html .= qq!<TEXTAREA NAME="$option" COLS=80 WRAP="virtual">!.
qq!$value</TEXTAREA>!;
} elsif ( $type eq 'text' ) {
$html .= qq!<INPUT TYPE="text" NAME="$option" VALUE="$value" SIZE=64>!;