summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/wizard.php
diff options
context:
space:
mode:
authorPhil Davis <phil.davis@inf.org>2016-08-16 14:15:56 +0930
committerStephen Beaver <sbeaver@netgate.com>2016-08-16 09:22:10 -0400
commit3896b7328bd97acd3a2eb54f7eb6d2e981e3005d (patch)
tree8162e613c6660db1fb080a66fc2c89dd2ca90655 /src/usr/local/www/wizard.php
parentad4ed096dd52ba6c677ee86ad59bfc6982c2f67f (diff)
downloadpfsense-3896b7328bd97acd3a2eb54f7eb6d2e981e3005d.zip
pfsense-3896b7328bd97acd3a2eb54f7eb6d2e981e3005d.tar.gz
Code style and comments
No functional change - just making style consistent (cherry picked from commit 9d3e8723171c727cf43338bd8e95ab2bb7e6a66c)
Diffstat (limited to 'src/usr/local/www/wizard.php')
-rw-r--r--src/usr/local/www/wizard.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/usr/local/www/wizard.php b/src/usr/local/www/wizard.php
index a1c99dd..a61ed0d 100644
--- a/src/usr/local/www/wizard.php
+++ b/src/usr/local/www/wizard.php
@@ -883,8 +883,8 @@ if ($pkg['step'][$stepid]['fields']['field'] != "") {
break;
} // e-o-switch
- } // e-o-foreach(package)
-} // e-o- if(we have fields)
+ } // e-o-foreach (package)
+} // e-o-if (we have fields)
$form->add($section);
print($form);
OpenPOWER on IntegriCloud