From f55b829f4444916377c8e8944b4a2c78d0a35f08 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 82c5e350b86..2b9f7a532dd --- a/install.php +++ b/install.php @@ -478,7 +478,7 @@ if ($config->stage == INSTALL_DATABASE) { if ($hint_database !== '') { echo '
'.$hint_database.'
'; } - echo ''; + install_print_footer($config); die; } @@ -610,11 +610,8 @@ if ($config->stage == INSTALL_PATHS) { if ($hint_admindir !== '') { echo '
'.$hint_admindir.'
'; } - echo ''; } - echo ''; - install_print_footer($config); die; }