diff options
author | Colin Fleming <cj_fleming@sky.com> | 2014-05-17 11:29:22 +0100 |
---|---|---|
committer | Colin Fleming <cj_fleming@sky.com> | 2014-05-17 11:29:22 +0100 |
commit | 215e2cd67152ffa23db6e607ec4f9b4762a0469b (patch) | |
tree | 65acbb65172ebb50346e78f0d63cd810ef5c1a55 /usr | |
parent | 0cb6064557e1d762ae4892bcb715a27dd0bcbac7 (diff) | |
download | pfsense-215e2cd67152ffa23db6e607ec4f9b4762a0469b.zip pfsense-215e2cd67152ffa23db6e607ec4f9b4762a0469b.tar.gz |
Update status_captiveportal.php
Add missing closing TD tag
Diffstat (limited to 'usr')
-rw-r--r-- | usr/local/www/status_captiveportal.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/status_captiveportal.php b/usr/local/www/status_captiveportal.php index db5f757..918f6dc 100644 --- a/usr/local/www/status_captiveportal.php +++ b/usr/local/www/status_captiveportal.php @@ -139,7 +139,7 @@ $mac_man = load_mac_manufacturer_table(); </td> <td colspan="3" width="50%"></td> </tr> - <tr><td colspan="5"><br /></tr> + <tr><td colspan="5"><br /></td></tr> <?php if (!empty($cpzone)): ?> <tr> <td colspan="5" valign="top" class="listtopic"><?=gettext("Captiveportal status");?></td> |