From 24d3fdfe6c32cf89d21acfb860c0a83ea45aa501 Mon Sep 17 00:00:00 2001 From: eldy Date: Sun, 6 Jan 2013 21:52:59 +0100 Subject: [PATCH] Fix: bad setup entry page --- htdocs/install/etape5.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/install/etape5.php b/htdocs/install/etape5.php index 79a035257fa..e73239acb9d 100644 --- a/htdocs/install/etape5.php +++ b/htdocs/install/etape5.php @@ -338,7 +338,7 @@ if ($action == "set") print $langs->trans("YouNeedToPersonalizeSetup")."

"; - print '
'; + print '
'; print $langs->trans("GoToSetupArea"); print '
'; }