summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/index.php
diff options
context:
space:
mode:
authorRenato Botelho <renato@netgate.com>2015-09-15 14:27:46 -0300
committerRenato Botelho <renato@netgate.com>2015-09-15 14:28:29 -0300
commit5c7657d6319f03849480ff8999032cf0383e7a53 (patch)
treea11025fda8f50661230a6632588866d699d25f1b /src/usr/local/www/index.php
parentba74921247244ec295ba1b3b818e02c057df6a47 (diff)
downloadpfsense-5c7657d6319f03849480ff8999032cf0383e7a53.zip
pfsense-5c7657d6319f03849480ff8999032cf0383e7a53.tar.gz
Fix comment style
Diffstat (limited to 'src/usr/local/www/index.php')
-rw-r--r--src/usr/local/www/index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/index.php b/src/usr/local/www/index.php
index a6657ba..db0a33b 100644
--- a/src/usr/local/www/index.php
+++ b/src/usr/local/www/index.php
@@ -236,7 +236,7 @@ if ($config['widgets'] && $config['widgets']['sequence'] != "") {
);
}
- ##add widgets that may not be in the saved configuration, in case they are to be displayed later
+ // add widgets that may not be in the saved configuration, in case they are to be displayed later
$widgets = $widgetsfromconfig + $widgets;
##find custom configurations of a particular widget and load its info to $pconfig
OpenPOWER on IntegriCloud