summaryrefslogtreecommitdiffstats
path: root/usr/local/www/status_interfaces.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_interfaces.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_interfaces.php')
-rw-r--r--[-rwxr-xr-x]usr/local/www/status_interfaces.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/usr/local/www/status_interfaces.php b/usr/local/www/status_interfaces.php
index cd71c1b..58ed077 100755..100644
--- a/usr/local/www/status_interfaces.php
+++ b/usr/local/www/status_interfaces.php
@@ -325,7 +325,7 @@ include("head.inc");
<?php
$dns_servers = get_dns_servers();
foreach($dns_servers as $dns) {
- echo "{$dns}<br/>";
+ echo "{$dns}<br />";
}
?>
</td>
@@ -349,7 +349,7 @@ include("head.inc");
<td width="22%" class="vncellt"><?=gettext("LAGG Ports");?></td>
<td width="78%" class="listr">
<?php foreach ($ifinfo['laggport'] as $laggport) { ?>
- <?php echo htmlspecialchars($laggport); ?><br/>
+ <?php echo htmlspecialchars($laggport); ?><br />
<?php } ?>
</td>
</tr>
@@ -461,7 +461,7 @@ include("head.inc");
<td width="78%" class="listr">
<?php
echo $interrupt_total . " " . gettext("total");
- echo "<br/>";
+ echo "<br />";
echo $interrupt_sec . " " . gettext("rate");
?>
</td>
@@ -471,7 +471,7 @@ include("head.inc");
<?php $i++; endforeach; ?>
</table>
-<br/>
+<br />
<?php printf(gettext("Using dial-on-demand will bring the connection up again if any packet ".
"triggers it. To substantiate this point: disconnecting manually ".
OpenPOWER on IntegriCloud