Browse Source

Add an elseif.

Mark Crane 12 years ago
parent
commit
3b95d1c74a
1 changed files with 3 additions and 4 deletions
  1. 3 4
      core/upgrade/upgrade.php

+ 3 - 4
core/upgrade/upgrade.php

@@ -89,10 +89,9 @@ if ($display_type == 'text') {
 		echo "<br />\n";
 		echo "<br />\n";
 	}
-
-if ($display_type == 'text') {
-	echo "\n";
-}
+	elseif ($display_type == 'text') {
+		echo "\n";
+	}
 
 //include the footer
 	if ($display_results) {