From 6053b3aa4fc2a154e84e865d683739b767163ea3 Mon Sep 17 00:00:00 2001 From: Julio Montoya Date: Wed, 1 Aug 2012 01:37:43 +0200 Subject: [PATCH] Fixing missing div!!! --- main/install/index.php | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/main/install/index.php b/main/install/index.php index 81045ed8ef..5d76b07414 100644 --- a/main/install/index.php +++ b/main/install/index.php @@ -735,10 +735,11 @@ if (@$_POST['step2']) { if ($installType == 'update') { $msg = get_lang('UpdateExecution'); } - echo '
'. - '

'.display_step_sequence() . $msg.'

'. - '
'.get_lang('PleaseWaitThisCouldTakeAWhile').'
'; - '
'; + echo '
+

'.display_step_sequence().$msg.'

+
'.get_lang('PleaseWaitThisCouldTakeAWhile').'
+
'; + // Push the web server to send these strings before we start the real // installation process