diff --git a/usr/local/www/firewall_rules_edit.php b/usr/local/www/firewall_rules_edit.php index b3e3c5ef44..3664f414b2 100755 --- a/usr/local/www/firewall_rules_edit.php +++ b/usr/local/www/firewall_rules_edit.php @@ -693,9 +693,9 @@ include("head.inc");
- + - +
@@ -708,12 +708,12 @@ include("head.inc"); @@ -756,14 +756,14 @@ include("head.inc"); if (is_array($config['nat']['rule'])) { foreach( $config['nat']['rule'] as $index => $nat_rule ) { if( isset($nat_rule['associated-rule-id']) && $nat_rule['associated-rule-id']==$pconfig['associated-rule-id'] ) { - echo "" . gettext("View the NAT rule") . "
"; + echo "" . gettext("View the NAT rule") . "
"; break; } } } - echo ""; + echo ""; if (!empty($pconfig['interface'])) - echo ""; + echo ""; ?>

@@ -726,7 +726,7 @@ include("head.inc");
- > + />