diff --git a/setup/wizardcontroller.class.inc.php b/setup/wizardcontroller.class.inc.php
index b25e9e771..5c6a54f3c 100644
--- a/setup/wizardcontroller.class.inc.php
+++ b/setup/wizardcontroller.class.inc.php
@@ -181,7 +181,7 @@ class WizardController
$oP->add("
Fatal error
\n");
$oP->error("Error: the configuration file '".$sRelativePath."' already exists and cannot be overwritten.");
$oP->p("The wizard cannot modify the configuration file for you. If you want to upgrade ".ITOP_APPLICATION.", make sure that the file '".$sRelativePath."' can be modified by the web server.");
- $oP->p('');
+ $oP->p('');
$oP->output();
// Prevent token creation
exit;