summaryrefslogtreecommitdiffstats
path: root/usr/local/www/status_interfaces.php
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2014-03-17 11:17:29 -0300
committerRenato Botelho <garga@FreeBSD.org>2014-03-17 11:17:29 -0300
commit7f7626ba444140848da559431688a5b38d3eeffd (patch)
treef336e0ea0103f1bcac53cd282cdfe2ff562da1c7 /usr/local/www/status_interfaces.php
parent9c3b8c6edba4ca1d6cedb21c85f17a9637e18a74 (diff)
parent8cd558b61b9c24ee109993d8e76ddc4870ffa4fa (diff)
downloadpfsense-7f7626ba444140848da559431688a5b38d3eeffd.zip
pfsense-7f7626ba444140848da559431688a5b38d3eeffd.tar.gz
Merge branch 'master-br' of https://github.com/ayvis/pfsense into ayvis-master-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