XHTML bugfix
This commit is contained in:
parent
69eb231524
commit
1e942094a0
1 changed files with 1 additions and 1 deletions
|
|
@ -190,7 +190,7 @@ sub new {
|
|||
method=>($param{method} || $param{'-method'}),
|
||||
enctype=>($param{enctype} || $param{'-enctype'})
|
||||
});
|
||||
$header .= "\n<table ".$param{tableExtras}.'" style="width: 100%;"><tbody>';
|
||||
$header .= "\n<table ".$param{tableExtras}.' style="width: 100%;"><tbody>';
|
||||
$footer = "</tbody></table>\n" ;
|
||||
$footer .= WebGUI::Form::formFooter($session);
|
||||
bless {_session=>$session, _tableExtras=>$param{tableExtras}, _uiLevelOverride=>$param{uiLevelOverride}, _header => $header, _footer => $footer, _data => ''}, $class;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue