From 4e6de24f311faa33a137b1bb9b14052b010ade76 Mon Sep 17 00:00:00 2001 From: lameze Date: Wed, 22 May 2024 08:39:52 +0800 Subject: [PATCH] MDL-81989 install: remove unnecessary closing div tags --- install.php | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) mode change 100644 => 100755 install.php diff --git a/install.php b/install.php old mode 100644 new mode 100755 index 76a2b568a1c..70c9e155b72 --- a/install.php +++ b/install.php @@ -482,7 +482,7 @@ if ($config->stage == INSTALL_DATABASE) { if ($hint_database !== '') { echo '
'.$hint_database.'
'; } - echo ''; + install_print_footer($config); die; } @@ -614,11 +614,8 @@ if ($config->stage == INSTALL_PATHS) { if ($hint_admindir !== '') { echo '
'.$hint_admindir.'
'; } - echo ''; } - echo ''; - install_print_footer($config); die; }