summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/pkg_mgr_install.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/local/www/pkg_mgr_install.php')
-rw-r--r--src/usr/local/www/pkg_mgr_install.php7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/usr/local/www/pkg_mgr_install.php b/src/usr/local/www/pkg_mgr_install.php
index 771fe6c..e022146 100644
--- a/src/usr/local/www/pkg_mgr_install.php
+++ b/src/usr/local/www/pkg_mgr_install.php
@@ -268,11 +268,12 @@ if ($firmwareupdate || ($_POST['id'] == "firmware")) {
include("head.inc");
-if (!empty($_POST['id']) || $pkgmode == "reinstallall") {
- ?>
+if (!empty($_POST['id']) || $pkgmode == "reinstallall"):
+?>
<div id="final" class="alert" role="alert" style="display: none;"></div>
<?php
-}
+endif;
+
display_top_tabs($tab_array);
if ($input_errors) {
OpenPOWER on IntegriCloud