summaryrefslogtreecommitdiffstats
path: root/usr/local/www/status_captiveportal.php
diff options
context:
space:
mode:
authorayvis <ayvis.infra@gmail.com>2014-03-14 21:24:03 +0100
committerayvis <ayvis.infra@gmail.com>2014-03-14 21:24:03 +0100
commit8cd558b61b9c24ee109993d8e76ddc4870ffa4fa (patch)
tree528f7b2f8ea80e0779907147273d99008e31b5d6 /usr/local/www/status_captiveportal.php
parente1d68dde59717fc5f125796f07070a654e28ec43 (diff)
downloadpfsense-8cd558b61b9c24ee109993d8e76ddc4870ffa4fa.zip
pfsense-8cd558b61b9c24ee109993d8e76ddc4870ffa4fa.tar.gz
xhtml Compliance
replaced <br>, <br/> and </br> with <br />
Diffstat (limited to 'usr/local/www/status_captiveportal.php')
-rw-r--r--[-rwxr-xr-x]usr/local/www/status_captiveportal.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/usr/local/www/status_captiveportal.php b/usr/local/www/status_captiveportal.php
index 0acbe89..86fa2d8 100755..100644
--- a/usr/local/www/status_captiveportal.php
+++ b/usr/local/www/status_captiveportal.php
@@ -120,7 +120,7 @@ $mac_man = load_mac_manufacturer_table();
<table class="tabcont" width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="20%" class="vncell" valign="top">
- <br/><?=gettext("Captive Portal Zone"); ?><br/<br/>
+ <br /><?=gettext("Captive Portal Zone"); ?><br/<br />
</td>
<td "class="vncell" width="30%" align="center">
<form action="status_captiveportal.php" method="post" enctype="multipart/form-data" name="form1" id="form1">
@@ -134,12 +134,12 @@ $mac_man = load_mac_manufacturer_table();
}
?>
</select>
- <br/>
+ <br />
</form>
</td>
<td colspan="3" width="50%"></td>
</tr>
- <tr><td colspan="5"><br/></tr>
+ <tr><td colspan="5"><br /></tr>
<?php if (!empty($cpzone)): ?>
<tr>
<td colspan="5" valign="top" class="listtopic"><?=gettext("Captiveportal status");?></td>
@@ -165,7 +165,7 @@ $mac_man = load_mac_manufacturer_table();
if (!empty($mac)) {
$mac_hi = strtoupper($mac[0] . $mac[1] . $mac[3] . $mac[4] . $mac[6] . $mac[7]);
print htmlentities($mac);
- if(isset($mac_man[$mac_hi])){ print "<br/><font size=\"-2\"><i>{$mac_man[$mac_hi]}</i></font>"; }
+ if(isset($mac_man[$mac_hi])){ print "<br /><font size=\"-2\"><i>{$mac_man[$mac_hi]}</i></font>"; }
}
?>&nbsp;
</td>
OpenPOWER on IntegriCloud