diff --git a/src/etc/inc/interfaces.inc b/src/etc/inc/interfaces.inc index bc9b63548..e45f77af8 100644 --- a/src/etc/inc/interfaces.inc +++ b/src/etc/inc/interfaces.inc @@ -4357,7 +4357,7 @@ function get_interfaces_info() if ($bridge) { $bridge_text = `/sbin/ifconfig {$bridge}`; if (stristr($bridge_text, "blocking") <> false) { - $ifinfo['bridge'] = "" . gettext("blocking") . " - " . gettext("check for ethernet loops"); + $ifinfo['bridge'] = "" . gettext("blocking") . " - " . gettext("check for ethernet loops"); $ifinfo['bridgeint'] = $bridge; } elseif (stristr($bridge_text, "learning") <> false) { $ifinfo['bridge'] = gettext("learning"); diff --git a/src/www/diag_backup.php b/src/www/diag_backup.php index c1edd7dc6..f65d1bc5d 100644 --- a/src/www/diag_backup.php +++ b/src/www/diag_backup.php @@ -462,7 +462,7 @@ $( document ).ready(function() { - +