From e6ec2340afe5ca2f404d51a89dd2e27563b03ca4 Mon Sep 17 00:00:00 2001 From: Shish Date: Mon, 6 Jul 2020 17:56:55 +0100 Subject: [PATCH] fixes for tabular settings --- ext/setup/main.php | 2 +- ext/user/main.php | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/ext/setup/main.php b/ext/setup/main.php index dfa69e9d..430b3695 100644 --- a/ext/setup/main.php +++ b/ext/setup/main.php @@ -74,7 +74,7 @@ class SetupBlock extends Block } public function start_table_row() { - $this->body .= ""; + $this->body .= ""; } public function end_table_row() { diff --git a/ext/user/main.php b/ext/user/main.php index d120f3f2..3efdae9c 100644 --- a/ext/user/main.php +++ b/ext/user/main.php @@ -314,9 +314,8 @@ class UserPage extends Extension "Rating", true ); - $sb->end_table(); } - + $sb->end_table(); $event->panel->add_block($sb); }