summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/pkg_mgr_install.php
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 19:02:26 -0400
commitaf0a2a755f31e38cc7f92e11f35c77f4b202fe36 (patch)
treecc1dc6c223a8ab4715f05181ca78c4de9b801b9b /src/usr/local/www/pkg_mgr_install.php
parentddbe2c0cd9d283d8f6ecc65ffbdc5417f66d63b7 (diff)
downloadpfsense-af0a2a755f31e38cc7f92e11f35c77f4b202fe36.zip
pfsense-af0a2a755f31e38cc7f92e11f35c77f4b202fe36.tar.gz
Improve readability
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