summaryrefslogtreecommitdiffstats
path: root/usr/local/www/firewall_nat_edit.php
diff options
context:
space:
mode:
authorBill Marquette <billm@pfsense.org>2005-05-05 00:53:25 +0000
committerBill Marquette <billm@pfsense.org>2005-05-05 00:53:25 +0000
commit857d33cfd3e439df6f4fc4a299c45ef1949a4702 (patch)
tree6397b0c7aa5855171098be135358d75d4520a3ec /usr/local/www/firewall_nat_edit.php
parent6a2b5f1cda4e71f35e2326818e43153e5f4fed51 (diff)
downloadpfsense-857d33cfd3e439df6f4fc4a299c45ef1949a4702.zip
pfsense-857d33cfd3e439df6f4fc4a299c45ef1949a4702.tar.gz
Whitespace cleanup
Diffstat (limited to 'usr/local/www/firewall_nat_edit.php')
-rwxr-xr-xusr/local/www/firewall_nat_edit.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/firewall_nat_edit.php b/usr/local/www/firewall_nat_edit.php
index 1c3fbdc..847be62 100755
--- a/usr/local/www/firewall_nat_edit.php
+++ b/usr/local/www/firewall_nat_edit.php
@@ -246,7 +246,7 @@ function ext_rep_change() {
foreach ($config['nat']['servernat'] as $sn): ?>
<option value="<?=$sn['ipaddr'];?>" <?php if ($sn['ipaddr'] == $pconfig['extaddr']) echo "selected"; ?>><?=htmlspecialchars("{$sn['ipaddr']} ({$sn['descr']})");?></option>
<?php endforeach; endif; ?>
- <option value="any"<?php if($pconfig['extaddr'] == "any") echo " selected"; ?>>any</option>
+ <option value="any" <?php if($pconfig['extaddr'] == "any") echo "selected"; ?>>any</option>
</select><br>
<span class="vexpl">
If you want this rule to apply to another IP address than the IP address of the interface chosen above,
OpenPOWER on IntegriCloud