summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRenato Botelho <renato@netgate.com>2016-06-08 14:17:30 -0400
committerRenato Botelho <renato@netgate.com>2016-06-08 14:17:30 -0400
commit12e90cdca643cb48de1cc386d7a575480ca08b69 (patch)
tree810558664c91333ee908647096e5f6ee857f1f12 /src
parenta42bea4a2cfc8b5792ebbc208c6b8237c342d05c (diff)
downloadpfsense-12e90cdca643cb48de1cc386d7a575480ca08b69.zip
pfsense-12e90cdca643cb48de1cc386d7a575480ca08b69.tar.gz
Improve readability
Diffstat (limited to 'src')
-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