summaryrefslogtreecommitdiffstats
path: root/usr/local/www/index.php
diff options
context:
space:
mode:
authorrbgarga <garga@FreeBSD.org>2013-05-21 06:06:03 -0700
committerrbgarga <garga@FreeBSD.org>2013-05-21 06:06:03 -0700
commit6f25f4d58db2d3438ceaf7a8ec885649c2c32272 (patch)
treebd675d2e3cd58012105e572ce59fb54362fa18d8 /usr/local/www/index.php
parent8a92bad3a206dea0ce6aa5f8bcfc990bcf9acc28 (diff)
parentf9df0509ea06ed543055e622679d3beaaf8f1391 (diff)
downloadpfsense-6f25f4d58db2d3438ceaf7a8ec885649c2c32272.zip
pfsense-6f25f4d58db2d3438ceaf7a8ec885649c2c32272.tar.gz
Merge pull request #639 from CharlieMarshall/master
Remove if statement
Diffstat (limited to 'usr/local/www/index.php')
-rwxr-xr-xusr/local/www/index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/index.php b/usr/local/www/index.php
index 7673cb2..2863ed2 100755
--- a/usr/local/www/index.php
+++ b/usr/local/www/index.php
@@ -700,7 +700,7 @@ pfSense_handle_custom_code("/usr/local/pkg/dashboard/pre_dashboard");
<br />
<img src="./themes/<?= $g['theme']; ?>/images/misc/widget_loader.gif" width="25" height="25" alt="<?=gettext("Loading selected widget"); ?>..." />
<br />
- </div> <?php } if ($divdisplay != "block") $display = none; ?>
+ </div> <?php $display = "none"; } ?>
<div id="<?php echo $widgetname;?>" style="display:<?php echo $display; ?>;">
<?php
if ($divdisplay == "block")
OpenPOWER on IntegriCloud