diff --git a/htdocs/install/etape5.php b/htdocs/install/etape5.php
index ba51b41aa34..d6a5d086b31 100644
--- a/htdocs/install/etape5.php
+++ b/htdocs/install/etape5.php
@@ -115,7 +115,6 @@ if (empty($versionfrom) && empty($versionto) && ! is_writable($conffile))
if ($action == "set" || empty($action) || preg_match('/upgrade/i',$action))
{
- print '
';
$error=0;
// If password is encoded, we decode it
@@ -298,12 +297,9 @@ if ($action == "set" || empty($action) || preg_match('/upgrade/i',$action))
$resql=$db->query("INSERT INTO ".MAIN_DB_PREFIX."const(name,value,type,visible,note,entity) VALUES (".$db->encrypt('MAIN_LANG_DEFAULT',1).",".$db->encrypt($setuplang,1).",'chaine',0,'Default language',1)");
//if (! $resql) dol_print_error($db,'Error in setup program');
- print '
';
-
$db->close();
}
-print "
";
// Create lock file