From 37a9c2e9baa1a5864b6294883f3a96d2db21f4e8 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Thu, 28 Nov 2019 12:40:53 +0100 Subject: [PATCH] Look and feel v11 --- htdocs/install/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);