summaryrefslogtreecommitdiffstats
path: root/usr/local/www/diag_ipsec.php
diff options
context:
space:
mode:
Diffstat (limited to 'usr/local/www/diag_ipsec.php')
-rw-r--r--usr/local/www/diag_ipsec.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/usr/local/www/diag_ipsec.php b/usr/local/www/diag_ipsec.php
index ca0eba5..b1777db 100644
--- a/usr/local/www/diag_ipsec.php
+++ b/usr/local/www/diag_ipsec.php
@@ -123,7 +123,7 @@ $status = ipsec_smp_dump_status();
echo "Unknown";
else {
if (!empty($ikesa['local']['identification']))
- echo htmlspecialchars($ikesa['local']['identification']) . '<br/>' . htmlspecialchars($ikesa['local']['spi']);
+ echo htmlspecialchars($ikesa['local']['identification']) . '<br />' . htmlspecialchars($ikesa['local']['spi']);
else
echo 'Unknown';
}
@@ -147,7 +147,7 @@ $status = ipsec_smp_dump_status();
echo "Unknown";
else {
if (!empty($ikesa['remote']['identification']))
- echo htmlspecialchars($ikesa['remote']['identification']) . '<br/>' . htmlspecialchars($ikesa['remote']['spi']);
+ echo htmlspecialchars($ikesa['remote']['identification']) . '<br />' . htmlspecialchars($ikesa['remote']['spi']);
else
echo 'Unknown';
}
@@ -204,7 +204,7 @@ $status = ipsec_smp_dump_status();
<td nowrap class="listlr">
<?php if (is_array($childsa['local']) && is_array($childsa['local']['networks']) && is_array($childsa['local']['networks']['network'])) {
foreach ($childsa['local']['networks']['network'] as $lnets) {
- echo htmlspecialchars($lnets) . "<br/>";
+ echo htmlspecialchars($lnets) . "<br />";
}
} else
echo "Unknown";
@@ -223,7 +223,7 @@ $status = ipsec_smp_dump_status();
<td nowrap class="listlr">
<?php if (is_array($childsa['remote']) && is_array($childsa['remote']['networks']) && is_array($childsa['remote']['networks']['network'])) {
foreach ($childsa['remote']['networks']['network'] as $rnets) {
- echo htmlspecialchars($rnets) . "<br/>";
+ echo htmlspecialchars($rnets) . "<br />";
}
} else
echo "Unknown";
OpenPOWER on IntegriCloud