summaryrefslogtreecommitdiffstats
path: root/etc/inc/captiveportal.inc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2010-08-30 16:29:33 -0400
committerScott Ullrich <sullrich@pfsense.org>2010-08-30 16:29:33 -0400
commitc20563574bc081016316e563af4200fe6db10311 (patch)
treec03c71b893898ba79f4bfc561c8f274f4846eff4 /etc/inc/captiveportal.inc
parent023aa1f2171927fc5ac64c340839b766a102ee57 (diff)
downloadpfsense-c20563574bc081016316e563af4200fe6db10311.zip
pfsense-c20563574bc081016316e563af4200fe6db10311.tar.gz
Fix formatting in if()
Diffstat (limited to 'etc/inc/captiveportal.inc')
-rw-r--r--etc/inc/captiveportal.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/inc/captiveportal.inc b/etc/inc/captiveportal.inc
index da0139a..64834fb 100644
--- a/etc/inc/captiveportal.inc
+++ b/etc/inc/captiveportal.inc
@@ -120,8 +120,8 @@ function get_default_captive_portal_html() {
</html>
EOD;
- return $htmltext;
-}
+ return $htmltext;
+ }
// Vouchers are not found, return the normal user/pass auth page
$htmltext = <<<EOD
OpenPOWER on IntegriCloud