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
committerGitHub <noreply@github.com>2016-12-28 22:56:03 +0000
commitd4b2ebaeb2fa2dcc635d061891aa858f8c16d407 (patch)
treeaf5b616d5641ccdc423b5bff6d6d417b99fe91e5 /src/usr/local/www/firewall_rules_edit.php
parent43a0cf73f2c2f951b9a1c5e777551de1b82c25f2 (diff)
downloadpfsense-d4b2ebaeb2fa2dcc635d061891aa858f8c16d407.zip
pfsense-d4b2ebaeb2fa2dcc635d061891aa858f8c16d407.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.
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 86ba555..1dd5177 100644
--- a/src/usr/local/www/firewall_rules_edit.php
+++ b/src/usr/local/www/firewall_rules_edit.php
@@ -313,13 +313,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