summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorStephen Beaver <sbeaver@netgate.com>2015-12-01 07:50:50 -0500
committerStephen Beaver <sbeaver@netgate.com>2015-12-01 07:50:50 -0500
commitbcef3dbb6c47613016a1d133021db158968c7d55 (patch)
treeb3503dd5553ebe87fefb36ea2e0b3f6ae007e70e /src
parent2ca373b757dd5221fd27d1ae43493f69edbaea78 (diff)
parent26bb62d9e571b2a76074c34e77109b3448ab2e5a (diff)
downloadpfsense-bcef3dbb6c47613016a1d133021db158968c7d55.zip
pfsense-bcef3dbb6c47613016a1d133021db158968c7d55.tar.gz
Merge pull request #2140 from ExolonDX/branch_01
Diffstat (limited to 'src')
-rw-r--r--src/usr/local/www/widgets/widgets/captive_portal_status.widget.php10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/usr/local/www/widgets/widgets/captive_portal_status.widget.php b/src/usr/local/www/widgets/widgets/captive_portal_status.widget.php
index 67ce16f..c325b54 100644
--- a/src/usr/local/www/widgets/widgets/captive_portal_status.widget.php
+++ b/src/usr/local/www/widgets/widgets/captive_portal_status.widget.php
@@ -130,12 +130,12 @@ if ($_GET['order']) {
<table class="table table-condensed sortable-theme-bootstrap" data-sortable>
<thead>
<tr>
- <th><a href="?order=ip&amp;showact=<?=$showact;?>">IP address</a></td>
- <th><a href="?order=mac&amp;showact=<?=$showact;?>">MAC address</a></td>
- <th><a href="?order=user&amp;showact=<?=$showact;?>"><?=gettext("Username");?></a></td>
+ <th><a href="?order=ip&amp;showact=<?=$showact;?>">IP address</a></th>
+ <th><a href="?order=mac&amp;showact=<?=$showact;?>">MAC address</a></th>
+ <th><a href="?order=user&amp;showact=<?=$showact;?>"><?=gettext("Username");?></a></th>
<?php if ($showact == 1): ?>
- <th><a href="?order=start&amp;showact=<?=$showact;?>"><?=gettext("Session start");?></a></td>
- <th><a href="?order=start&amp;showact=<?=$showact;?>"><?=gettext("Last activity");?></a></td>
+ <th><a href="?order=start&amp;showact=<?=$showact;?>"><?=gettext("Session start");?></a></th>
+ <th><a href="?order=start&amp;showact=<?=$showact;?>"><?=gettext("Last activity");?></a></th>
<?php endif; ?>
</tr>
</thead>
OpenPOWER on IntegriCloud