diff --git a/lib/WebGUI/HTMLForm.pm b/lib/WebGUI/HTMLForm.pm index 79cf31125..683f21e83 100644 --- a/lib/WebGUI/HTMLForm.pm +++ b/lib/WebGUI/HTMLForm.pm @@ -208,7 +208,7 @@ sub fieldSetStart { my $legend = shift; $self->{_data} .= "\n" ."
\n".$legend."\n" - ."{_tableExtras}.'" style="width: 100%;">' + ."
{_tableExtras}.' style="width: 100%;">' ."\n"; }