diff --git a/ext/setup/main.php b/ext/setup/main.php index 840cefee..c56bdd32 100644 --- a/ext/setup/main.php +++ b/ext/setup/main.php @@ -207,8 +207,8 @@ class SetupBlock extends Block global $config; $val = $config->get_int($name); - $html = "\n"; - $html .= "\n"; + $html = "\n"; + $html .= "\n"; $this->format_option($name, $html, $label, $table_row); }