summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/pkg_mgr_install.php
diff options
context:
space:
mode:
authorNewEraCracker <neweracracker@gmail.com>2016-05-01 00:44:29 +0100
committerNewEraCracker <neweracracker@gmail.com>2016-05-01 00:44:29 +0100
commitcd084ee0e371429b8e30f9fd7be17d1c093a4280 (patch)
treebf121ebb32fb8e3baa06982d461a7e022420b8e4 /src/usr/local/www/pkg_mgr_install.php
parent09c7fae46d2757815c1e4e5ead7c9896783e7013 (diff)
downloadpfsense-cd084ee0e371429b8e30f9fd7be17d1c093a4280.zip
pfsense-cd084ee0e371429b8e30f9fd7be17d1c093a4280.tar.gz
Remove stray colon
Diffstat (limited to 'src/usr/local/www/pkg_mgr_install.php')
-rw-r--r--src/usr/local/www/pkg_mgr_install.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/pkg_mgr_install.php b/src/usr/local/www/pkg_mgr_install.php
index aef2136..5213001 100644
--- a/src/usr/local/www/pkg_mgr_install.php
+++ b/src/usr/local/www/pkg_mgr_install.php
@@ -258,7 +258,7 @@ include("head.inc");
if (!empty($_POST['id']) || $_POST['mode'] == "reinstallall") {
?>
- <div id="final" class="alert" role="alert" style=":display: none;"></div>
+ <div id="final" class="alert" role="alert" style="display: none;"></div>
<?php
}
display_top_tabs($tab_array);
OpenPOWER on IntegriCloud