diff --git a/src/www/firewall_nat_out.php b/src/www/firewall_nat_out.php
index 54d08f065..6e337b2c5 100644
--- a/src/www/firewall_nat_out.php
+++ b/src/www/firewall_nat_out.php
@@ -397,6 +397,9 @@ include("head.inc");
= $natent['source']['network'] == "(self)" ? "This Firewall" : $natent['source']['network']; ?>
+
+
+
|
=!empty($natent['protocol']) ? $natent['protocol'] . '/' : "" ;?>
@@ -405,6 +408,9 @@ include("head.inc");
|
=isset($natent['destination']['not']) ? "! " :"";?>
=isset($natent['destination']['any']) ? "*" : $natent['destination']['address'] ;?>
+
+
+
|
=!empty($natent['protocol']) ? $natent['protocol'] . '/' : "" ;?>
@@ -423,6 +429,9 @@ include("head.inc");
$nat_address = $natent['target'];
?>
=htmlspecialchars($nat_address);?>
+
+
+
|
=empty($natent['natport']) ? "*" : htmlspecialchars($natent['natport']);?>
|