diff --git a/htdocs/install/index.php b/htdocs/install/index.php
index bf53bc343ba..909e30722cc 100644
--- a/htdocs/install/index.php
+++ b/htdocs/install/index.php
@@ -62,7 +62,7 @@ print '';
print '';
-print '
'.$langs->trans("SomeTranslationAreUncomplete");
+print '
'.$langs->trans("SomeTranslationAreUncomplete").'';
// If there's no error, we display the next step button
if ($err == 0) pFooter(0);