summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/firewall_rules_edit.php
diff options
context:
space:
mode:
authorstilez <stilez@users.noreply.github.com>2016-12-28 22:56:03 +0000
committerRenato Botelho <renato@netgate.com>2016-12-30 09:54:04 -0200
commitee781eaaccd9f6ac54e11c531f3321bd0ec5b738 (patch)
tree406f5844683aa9c8e71897719fab2e0591fe13e9 /src/usr/local/www/firewall_rules_edit.php
parent3283a412b6281ee77761f99f2cb1a1f438217be9 (diff)
downloadpfsense-ee781eaaccd9f6ac54e11c531f3321bd0ec5b738.zip
pfsense-ee781eaaccd9f6ac54e11c531f3321bd0ec5b738.tar.gz
Remove and replace white spaces
Safari doesn't seem to have editing issues (or else they very quickly fixed it). Removed all white spaces and re-entered, hopefully this fixes any incorrect extraneous characters that existed? If not you'll have to let me know where exactly they are. (cherry picked from commit d4b2ebaeb2fa2dcc635d061891aa858f8c16d407)
Diffstat (limited to 'src/usr/local/www/firewall_rules_edit.php')
-rw-r--r--src/usr/local/www/firewall_rules_edit.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/usr/local/www/firewall_rules_edit.php b/src/usr/local/www/firewall_rules_edit.php
index 7a6ceac..010e533 100644
--- a/src/usr/local/www/firewall_rules_edit.php
+++ b/src/usr/local/www/firewall_rules_edit.php
@@ -345,13 +345,13 @@ $dnqlist =& get_unique_dnqueue_list();
$a_gatewaygroups = return_gateway_groups_array();
if ($_POST) {
-
+
unset($input_errors);
-
+
if (!array_key_exists($_POST['ipprotocol'], $icmplookup)) {
- $input_errors[] = gettext("The IP protocol is not recognized."); 
+ $input_errors[] = gettext("The IP protocol is not recognized.");
}
-
+
if (isset($a_filter[$id]['associated-rule-id'])) {
$_POST['proto'] = $pconfig['proto'];
if ($pconfig['proto'] == "icmp") {
OpenPOWER on IntegriCloud