From f9f86b7fe05a91c8820bc6d38f37f003b1591593 Mon Sep 17 00:00:00 2001 From: k-paulius Date: Sun, 14 Feb 2016 20:49:39 -0600 Subject: Code style fix. --- src/usr/local/www/status_captiveportal.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/usr/local/www/status_captiveportal.php') diff --git a/src/usr/local/www/status_captiveportal.php b/src/usr/local/www/status_captiveportal.php index 3a23468..fcd6152 100644 --- a/src/usr/local/www/status_captiveportal.php +++ b/src/usr/local/www/status_captiveportal.php @@ -145,7 +145,7 @@ endif; // Load MAC-Manufacturer table $mac_man = load_mac_manufacturer_table(); -if (count($a_cp) > 1) { +if (count($a_cp) > 1) { $form = new Form(false); $section = new Form_Section('Captive Portal Zone'); -- cgit v1.1