diff --git a/src/www/firewall_nat_out.php b/src/www/firewall_nat_out.php index f10c565a3..4f04ac2a7 100644 --- a/src/www/firewall_nat_out.php +++ b/src/www/firewall_nat_out.php @@ -447,18 +447,18 @@ include("head.inc"); elseif ($natent['target'] == "other-subnet") $nat_address = $natent['targetip'] . '/' . $natent['targetip_subnet']; else - $nat_address = $natent['target']; + $nat_address = htmlspecialchars($natent['target']); ?> - =htmlspecialchars($nat_address);?> + =$nat_address;?> " data-toggle="tooltip"> - =htmlspecialchars($nat_address);?> + =$nat_address;?>