diff --git a/src/www/firewall_rules.php b/src/www/firewall_rules.php index 1c4b7caec..8d523ef33 100644 --- a/src/www/firewall_rules.php +++ b/src/www/firewall_rules.php @@ -127,7 +127,7 @@ function firewall_rule_item_proto($filterent) $result = $record_ipprotocol; $result .= sprintf( " %s ", - html_safe($icmp6types[$filterent['icmp6-type']] ?? ''), + html_safe($icmp6types[$filterent['icmp6-type']]), isset($filterent['protocol']) ? strtoupper($filterent['protocol']) : "*" ); return $result;