diff --git a/main/install/index.php b/main/install/index.php index 5030d92a3f..01c9f6761c 100755 --- a/main/install/index.php +++ b/main/install/index.php @@ -560,11 +560,11 @@ if (@$_POST['step2']) { //STEP 6 : LAST CHECK BEFORE INSTALL ?>
-

+

-

+ -

'.display_step_sequence().$msg.'

'; +

'.display_step_sequence().$msg.'

'; if (!empty($installationProfile)) { echo '

('.$installationProfile.')

'; } diff --git a/main/install/install.lib.php b/main/install/install.lib.php index 4b9cde2c35..7a6f9784ee 100755 --- a/main/install/install.lib.php +++ b/main/install/install.lib.php @@ -605,18 +605,20 @@ function display_language_selection_box($name = 'language_list', $default_langua } // Displaying the box. - echo "\t\t\n"; foreach ($language_list as $key => $value) { if ($key == $default_language) { $option_end = ' selected="selected">'; } else { $option_end = '>'; } - echo "\t\t\t