summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/status_captiveportal.php
diff options
context:
space:
mode:
authorjim-p <jimp@pfsense.org>2016-02-04 15:45:01 -0500
committerjim-p <jimp@pfsense.org>2016-02-04 16:02:33 -0500
commitb8463d3b783ef444e3b24cc2269742c7b3d63cc7 (patch)
tree0720f7bf20aa84d25d807c34d76f3be5d4cfcee0 /src/usr/local/www/status_captiveportal.php
parent424921dd4c05d0dc60955e0e1515f48365e6bffc (diff)
downloadpfsense-b8463d3b783ef444e3b24cc2269742c7b3d63cc7.zip
pfsense-b8463d3b783ef444e3b24cc2269742c7b3d63cc7.tar.gz
Fix typo in button class for CP status
Diffstat (limited to 'src/usr/local/www/status_captiveportal.php')
-rw-r--r--src/usr/local/www/status_captiveportal.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/status_captiveportal.php b/src/usr/local/www/status_captiveportal.php
index 1e4c091..958e6cb 100644
--- a/src/usr/local/www/status_captiveportal.php
+++ b/src/usr/local/www/status_captiveportal.php
@@ -242,7 +242,7 @@ if (!empty($cpzone)): ?>
endif;
?>
<td>
- <a href="?zone=<?=htmlspecialchars($cpzone)?>&amp;order=<?=$_GET['order']?>&amp;showact=<?=htmlspecialchars($_GET['showact'])?>&amp;act=del&amp;id=<?=$cpent[5]?>" class="btn btn-xs brn-danger"><?=gettext("Disconnect")?></a>
+ <a href="?zone=<?=htmlspecialchars($cpzone)?>&amp;order=<?=$_GET['order']?>&amp;showact=<?=htmlspecialchars($_GET['showact'])?>&amp;act=del&amp;id=<?=$cpent[5]?>" class="btn btn-xs btn-danger"><?=gettext("Disconnect")?></a>
</td>
</tr>
<?php
OpenPOWER on IntegriCloud