Laurent Destailleur 2 years ago
parent
commit
0fc3b99a06
1 changed files with 1 additions and 1 deletions
  1. 1 1
      htdocs/index.php

+ 1 - 1
htdocs/index.php

@@ -127,7 +127,7 @@ if ($user->admin && empty($conf->global->MAIN_REMOVE_INSTALL_WARNING)) {
 	}
 
 	if ($message) {
-		print $message;
+		print $message.'<br>';
 		//$message.='<br>';
 		//print info_admin($langs->trans("WarningUntilDirRemoved",DOL_DOCUMENT_ROOT."/install"));
 	}