diff --git a/core/upgrade/upgrade.php b/core/upgrade/upgrade.php index 8e447677ff..36f9ca1024 100644 --- a/core/upgrade/upgrade.php +++ b/core/upgrade/upgrade.php @@ -89,10 +89,9 @@ if ($display_type == 'text') { echo "
\n"; echo "
\n"; } - -if ($display_type == 'text') { - echo "\n"; -} + elseif ($display_type == 'text') { + echo "\n"; + } //include the footer if ($display_results) {