diff options
author | Bill Marquette <billm@pfsense.org> | 2005-05-05 00:53:25 +0000 |
---|---|---|
committer | Bill Marquette <billm@pfsense.org> | 2005-05-05 00:53:25 +0000 |
commit | 857d33cfd3e439df6f4fc4a299c45ef1949a4702 (patch) | |
tree | 6397b0c7aa5855171098be135358d75d4520a3ec /usr | |
parent | 6a2b5f1cda4e71f35e2326818e43153e5f4fed51 (diff) | |
download | pfsense-857d33cfd3e439df6f4fc4a299c45ef1949a4702.zip pfsense-857d33cfd3e439df6f4fc4a299c45ef1949a4702.tar.gz |
Whitespace cleanup
Diffstat (limited to 'usr')
-rwxr-xr-x | usr/local/www/firewall_nat_edit.php | 2 |
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, |