summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/firewall_nat_out.php
diff options
context:
space:
mode:
authorNewEraCracker <neweracracker@gmail.com>2016-02-10 09:14:57 +0000
committerNewEraCracker <neweracracker@gmail.com>2016-02-10 09:14:57 +0000
commita153c6d1c85149e5ced19bea7c7d1eccfd9ae24a (patch)
tree7544def7ffe087ec9426476e1f9322db4bfacb01 /src/usr/local/www/firewall_nat_out.php
parent287df967fb3bde7e0514ab78a9e4e53e6fbe4415 (diff)
downloadpfsense-a153c6d1c85149e5ced19bea7c7d1eccfd9ae24a.zip
pfsense-a153c6d1c85149e5ced19bea7c7d1eccfd9ae24a.tar.gz
Cleanup
Remove closing tag followed by opening tag. Change short_open_tag to full tag and put small instructions on same line.
Diffstat (limited to 'src/usr/local/www/firewall_nat_out.php')
-rw-r--r--src/usr/local/www/firewall_nat_out.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/usr/local/www/firewall_nat_out.php b/src/usr/local/www/firewall_nat_out.php
index b0ee432..fea779e 100644
--- a/src/usr/local/www/firewall_nat_out.php
+++ b/src/usr/local/www/firewall_nat_out.php
@@ -373,8 +373,7 @@ print($form);
<td>
<?php
$natent['source']['network'] = ($natent['source']['network'] == "(self)") ? "This Firewall" : $natent['source']['network'];
-?>
-<?php
+
if (isset($alias['src'])):
?>
<a href="/firewall_aliases_edit.php?id=<?=$alias['src']?>" data-toggle="popover" data-trigger="hover focus" title="Alias details" data-content="<?=alias_info_popup($alias['src'])?>" data-html="true">
OpenPOWER on IntegriCloud