summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorColin Fleming <cj_fleming@sky.com>2015-12-01 11:14:12 +0000
committerColin Fleming <cj_fleming@sky.com>2015-12-01 11:14:12 +0000
commit26bb62d9e571b2a76074c34e77109b3448ab2e5a (patch)
tree62a441378911c7d7a0303528401f2cec0eb715e4 /src
parent1c2b6edfcae2d943858d54370a53ca851a316bad (diff)
downloadpfsense-26bb62d9e571b2a76074c34e77109b3448ab2e5a.zip
pfsense-26bb62d9e571b2a76074c34e77109b3448ab2e5a.tar.gz
Tidy up "captive_portal_status.widget.php"
Close the TH tags properly
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