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);
}