From c20563574bc081016316e563af4200fe6db10311 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Mon, 30 Aug 2010 16:29:33 -0400 Subject: [PATCH] Fix formatting in if() --- etc/inc/captiveportal.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/etc/inc/captiveportal.inc b/etc/inc/captiveportal.inc index da0139ac7b..64834fbec3 100644 --- a/etc/inc/captiveportal.inc +++ b/etc/inc/captiveportal.inc @@ -120,8 +120,8 @@ function get_default_captive_portal_html() { EOD; - return $htmltext; -} + return $htmltext; + } // Vouchers are not found, return the normal user/pass auth page $htmltext = <<