fixes for tabular settings
This commit is contained in:
parent
cbe1f792f9
commit
e6ec2340af
@ -74,7 +74,7 @@ class SetupBlock extends Block
|
||||
}
|
||||
public function start_table_row()
|
||||
{
|
||||
$this->body .= "</tr>";
|
||||
$this->body .= "<tr>";
|
||||
}
|
||||
public function end_table_row()
|
||||
{
|
||||
|
@ -314,9 +314,8 @@ class UserPage extends Extension
|
||||
"Rating",
|
||||
true
|
||||
);
|
||||
$sb->end_table();
|
||||
}
|
||||
|
||||
$sb->end_table();
|
||||
|
||||
$event->panel->add_block($sb);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user