diff --git a/lib/WebGUI/Form/Textarea.pm b/lib/WebGUI/Form/Textarea.pm index 590c302b0..869553844 100644 --- a/lib/WebGUI/Form/Textarea.pm +++ b/lib/WebGUI/Form/Textarea.pm @@ -112,7 +112,7 @@ sub toHtml { my $style = "width: ".$width."px; height: ".$height."px; ".$self->get("style"); my $out = ''; if ($self->get("resizeable")) { - $out = '