From 5db70796baec8e35f27dd64c068af20d8c832dbf Mon Sep 17 00:00:00 2001 From: Phil Davis Date: Sun, 5 Feb 2017 13:20:57 +0545 Subject: Remove HTML from strings in diags files --- src/usr/local/www/diag_arp.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/usr/local/www/diag_arp.php') 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() {
' . gettext("NDP") . '' . gettext(" instead of ARP.") . '
' . - '
' . gettext("Permanent ARP entries are shown for local interfaces or static ARP entries.") . - '
' . gettext("Normal dynamic ARP entries show a countdown timer until they will expire and then be re-checked.") . - '
' . 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.'), '', '') . '
' . + '
' . gettext('Permanent ARP entries are shown for local interfaces or static ARP entries.') . + '
' . gettext('Normal dynamic ARP entries show a countdown timer until they will expire and then be re-checked.') . + '
' . gettext('Incomplete ARP entries indicate that the target host has not yet replied to an ARP request.'), 'info', false); ?>
-- cgit v1.1