summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/firewall_nat_out.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/local/www/firewall_nat_out.php')
-rw-r--r--src/usr/local/www/firewall_nat_out.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/usr/local/www/firewall_nat_out.php b/src/usr/local/www/firewall_nat_out.php
index 442bb12..ff63fec 100644
--- a/src/usr/local/www/firewall_nat_out.php
+++ b/src/usr/local/www/firewall_nat_out.php
@@ -384,7 +384,7 @@ print($form);
<?php
endif;
?>
- <?=htmlspecialchars($natent['source']['network'])?>
+ <?=str_replace('_', ' ', htmlspecialchars($natent['source']['network']))?>
<?php
if (isset($alias['src'])):
?>
@@ -407,7 +407,7 @@ print($form);
<?php
endif;
?>
- <?=htmlspecialchars($natent['sourceport'])?>
+ <?=str_replace('_', ' ', htmlspecialchars($natent['sourceport']))?>
<?php
if (isset($alias['srcport'])):
?>
@@ -434,7 +434,7 @@ print($form);
<?php
endif;
?>
- <?=htmlspecialchars($natent['destination']['address'])?>
+ <?=str_replace('_', ' ', htmlspecialchars($natent['destination']['address']))?>
<?php
if (isset($alias['dst'])):
?>
@@ -458,7 +458,7 @@ print($form);
<?php
endif;
?>
- <?=htmlspecialchars($natent['dstport'])?>
+ <?=str_replace('_', ' ', htmlspecialchars($natent['dstport']))?>
<?php
if (isset($alias['dstport'])):
?>
OpenPOWER on IntegriCloud