From 69b678b9c0285fb99ffe5845d22d486b397a94e6 Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Thu, 26 Feb 2009 05:49:22 +0000 Subject: [PATCH] Remove another double quote in HTMLForm. --- lib/WebGUI/HTMLForm.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"; }