summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorNewEraCracker <neweracracker@gmail.com>2016-01-21 21:32:44 +0000
committerNewEraCracker <neweracracker@gmail.com>2016-01-21 21:32:44 +0000
commit2f61bde8c02d8f2924e750dbe7f38e287aa6fb09 (patch)
treeec92ce15dffd3e7381c796b0aa7c5a342bda42c4 /src
parente994dabe26afaed7a891b739bd6d39c9c92c68eb (diff)
downloadpfsense-2f61bde8c02d8f2924e750dbe7f38e287aa6fb09.zip
pfsense-2f61bde8c02d8f2924e750dbe7f38e287aa6fb09.tar.gz
Fix misplaced quote (resolves syntax error)
Diffstat (limited to 'src')
-rw-r--r--src/usr/local/www/firewall_nat_out_edit.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/firewall_nat_out_edit.php b/src/usr/local/www/firewall_nat_out_edit.php
index 926c579..4983331 100644
--- a/src/usr/local/www/firewall_nat_out_edit.php
+++ b/src/usr/local/www/firewall_nat_out_edit.php
@@ -510,7 +510,7 @@ $group->add(new Form_Select(
'source_type',
null,
(($pconfig['source'] == "any") || ($pconfig['source'] == "(self)")) ? $pconfig['source'] : "network",
- array('any' => gettext('Any'), '(self)' => gettext('This Firewall (self))', 'network' => gettext('Network'))
+ array('any' => gettext('Any'), '(self)' => gettext('This Firewall (self)'), 'network' => gettext('Network'))
))->setHelp('Type')->setWidth('3');
$group->add(new Form_IpAddress(
OpenPOWER on IntegriCloud