diff --git a/install/install.php b/install/install.php index 569db5a2b..2e0f1630c 100644 --- a/install/install.php +++ b/install/install.php @@ -206,7 +206,7 @@ if (isset($_GET['disableinstall'])) { /* {{{ */ if(unlink($configDir."/ENABLE_INSTALL_TOOL")) { echo getMLText("settings_install_disabled"); echo "

"; - echo '' . getMLText("settings_more_settings") .''; + echo '' . getMLText("settings_more_settings") .''; } else { echo getMLText("settings_cannot_disable"); echo "

"; @@ -368,7 +368,7 @@ if ($action=="setSettings") { echo '' . getMLText("settings_disable_install") . ''; echo "

"; - echo '' . getMLText("settings_more_settings") .''; + echo '' . getMLText("settings_more_settings") .''; $showform = false; } } else {