summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/firewall_rules.php
diff options
context:
space:
mode:
authorstilez <stilez@users.noreply.github.com>2016-10-26 23:12:20 +0100
committerRenato Botelho <renato@netgate.com>2016-12-30 09:53:51 -0200
commitcc20c205f6e7843d834bce8fcbd7867c026287c1 (patch)
tree31ea91b5aece72cd658a9c379d835ca4060fe754 /src/usr/local/www/firewall_rules.php
parent6b82964d9c4438fa72995cbd94583245a079410e (diff)
downloadpfsense-cc20c205f6e7843d834bce8fcbd7867c026287c1.zip
pfsense-cc20c205f6e7843d834bce8fcbd7867c026287c1.tar.gz
coding layout fix
(cherry picked from commit 97eebb23531bc95af2cde686641080851107c42c)
Diffstat (limited to 'src/usr/local/www/firewall_rules.php')
-rw-r--r--src/usr/local/www/firewall_rules.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/usr/local/www/firewall_rules.php b/src/usr/local/www/firewall_rules.php
index ebb87b6..d833f55 100644
--- a/src/usr/local/www/firewall_rules.php
+++ b/src/usr/local/www/firewall_rules.php
@@ -732,7 +732,9 @@ foreach ($a_filter as $filteri => $filterent):
);
echo sprintf(' <span style="cursor: help;" title="%s:%s%s"><u>%s</u></span>', gettext('ICMP subtypes'), chr(13), $t, $filterent['icmptype']);
}
- } else echo " *";
+ } else {
+ echo " *";
+ }
?>
</td>
<td>
OpenPOWER on IntegriCloud