summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/diag_arp.php
diff options
context:
space:
mode:
authorPhil Davis <phil.davis@inf.org>2017-02-05 13:20:57 +0545
committerPhil Davis <phil.davis@inf.org>2017-02-05 13:20:57 +0545
commit5db70796baec8e35f27dd64c068af20d8c832dbf (patch)
treef7cba526d745714baba6c1f0ef80a34c315ce8f5 /src/usr/local/www/diag_arp.php
parentdfbc9267d3838088f551de0a53021486b0e7c3df (diff)
downloadpfsense-5db70796baec8e35f27dd64c068af20d8c832dbf.zip
pfsense-5db70796baec8e35f27dd64c068af20d8c832dbf.tar.gz
Remove HTML from strings in diags files
Diffstat (limited to 'src/usr/local/www/diag_arp.php')
-rw-r--r--src/usr/local/www/diag_arp.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/usr/local/www/diag_arp.php b/src/usr/local/www/diag_arp.php
index d99bca0..4108192 100644
--- a/src/usr/local/www/diag_arp.php
+++ b/src/usr/local/www/diag_arp.php
@@ -382,10 +382,10 @@ events.push(function() {
<div class="infoblock blockopen">
<?php
-print_info_box(gettext("Local IPv6 peers use ") . '<a href="diag_ndp.php">' . gettext("NDP") . '</a>' . gettext(" instead of ARP.") . '<br />' .
- '<br />' . gettext("Permanent ARP entries are shown for local interfaces or static ARP entries.") .
- '<br />' . gettext("Normal dynamic ARP entries show a countdown timer until they will expire and then be re-checked.") .
- '<br />' . gettext("Incomplete ARP entries indicate that the target host has not yet replied to an ARP request."), 'info', false);
+print_info_box(sprintf(gettext('Local IPv6 peers use %1$sNDP%2$s instead of ARP.'), '<a href="diag_ndp.php">', '</a>') . '<br />' .
+ '<br />' . gettext('Permanent ARP entries are shown for local interfaces or static ARP entries.') .
+ '<br />' . gettext('Normal dynamic ARP entries show a countdown timer until they will expire and then be re-checked.') .
+ '<br />' . gettext('Incomplete ARP entries indicate that the target host has not yet replied to an ARP request.'), 'info', false);
?>
</div>
OpenPOWER on IntegriCloud