summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/services_captiveportal_mac.php
diff options
context:
space:
mode:
authorJose Luis Duran <jlduran@users.noreply.github.com>2016-05-20 09:43:23 -0300
committerRenato Botelho <renato@netgate.com>2016-05-20 11:23:38 -0300
commitfd45b31aae6ef093f434bf068c8670224ddce85c (patch)
treea6ac098c6a6889d1a411805fd214b0296013d0f0 /src/usr/local/www/services_captiveportal_mac.php
parent6b43692408912de3375b34cc1982ff73f52762a5 (diff)
downloadpfsense-fd45b31aae6ef093f434bf068c8670224ddce85c.zip
pfsense-fd45b31aae6ef093f434bf068c8670224ddce85c.tar.gz
Fix closing `tbody` tag in Captive Portal's MACs
(cherry picked from commit 22b50541377ec212d71e0686a0b6a20149b23a7c)
Diffstat (limited to 'src/usr/local/www/services_captiveportal_mac.php')
-rw-r--r--src/usr/local/www/services_captiveportal_mac.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/services_captiveportal_mac.php b/src/usr/local/www/services_captiveportal_mac.php
index 6376ccd..a80a407 100644
--- a/src/usr/local/www/services_captiveportal_mac.php
+++ b/src/usr/local/www/services_captiveportal_mac.php
@@ -237,7 +237,7 @@ foreach ($a_cp[$cpzone]['passthrumac'] as $mac): ?>
<?php
$i++;
endforeach; ?>
- <tbody>
+ </tbody>
</table>
<?php
else:
OpenPOWER on IntegriCloud