merged with HEAD and other interesting changes

This commit is contained in:
David Delikat 2009-03-19 04:12:03 +00:00
parent 66c6c0fae5
commit 856cc06d04
151 changed files with 7335 additions and 2602 deletions

View file

@ -186,7 +186,7 @@ sub fieldSetEnd {
my $legend = shift;
$self->{_data} .= "</tbody></table>\n"
."</fieldset>\n"
."<table ".$self->{_tableExtras}.'" style="width: 100%;"><tbody>'
."<table ".$self->{_tableExtras}.' style="width: 100%;"><tbody>'
."\n";
}
@ -208,7 +208,7 @@ sub fieldSetStart {
my $legend = shift;
$self->{_data} .= "</tbody></table>\n"
."<fieldset>\n<legend>".$legend."</legend>\n"
."<table ".$self->{_tableExtras}.'" style="width: 100%;"><tbody>'
."<table ".$self->{_tableExtras}.' style="width: 100%;"><tbody>'
."\n";
}