summaryrefslogtreecommitdiffstats
path: root/usr/local/www/firewall_nat_1to1.php
diff options
context:
space:
mode:
authorayvis <ayvis.infra@gmail.com>2014-03-14 21:24:03 +0100
committerayvis <ayvis.infra@gmail.com>2014-03-14 21:24:03 +0100
commit8cd558b61b9c24ee109993d8e76ddc4870ffa4fa (patch)
tree528f7b2f8ea80e0779907147273d99008e31b5d6 /usr/local/www/firewall_nat_1to1.php
parente1d68dde59717fc5f125796f07070a654e28ec43 (diff)
downloadpfsense-8cd558b61b9c24ee109993d8e76ddc4870ffa4fa.zip
pfsense-8cd558b61b9c24ee109993d8e76ddc4870ffa4fa.tar.gz
xhtml Compliance
replaced <br>, <br/> and </br> with <br />
Diffstat (limited to 'usr/local/www/firewall_nat_1to1.php')
-rw-r--r--[-rwxr-xr-x]usr/local/www/firewall_nat_1to1.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/usr/local/www/firewall_nat_1to1.php b/usr/local/www/firewall_nat_1to1.php
index 8c3e2d9..6c0903d 100755..100644
--- a/usr/local/www/firewall_nat_1to1.php
+++ b/usr/local/www/firewall_nat_1to1.php
@@ -156,10 +156,10 @@ if ($savemsg)
print_info_box($savemsg);
if (is_subsystem_dirty('natconf'))
print_info_box_np(gettext("The NAT configuration has been changed.") .
- "<br/>" .
+ "<br />" .
gettext("You must apply the changes in order for them to take effect."));
?>
-<br/>
+<br />
<table width="100%" border="0" cellpadding="0" cellspacing="0" summary="firewall nat 1to1">
<tr><td>
<?php
@@ -334,9 +334,9 @@ if (is_subsystem_dirty('natconf'))
<tr>
<td colspan="7">
<p><span class="vexpl">
- <span class="red"><strong><?=gettext("Note:"); ?><br/></strong></span>
+ <span class="red"><strong><?=gettext("Note:"); ?><br /></strong></span>
<?=gettext("Depending on the way your WAN connection is setup, you may also need a"); ?>
- <a href="firewall_virtual_ip.php"><?=gettext("Virtual IP."); ?></a><br/>
+ <a href="firewall_virtual_ip.php"><?=gettext("Virtual IP."); ?></a><br />
<?=gettext("If you add a 1:1 NAT entry for any of the interface IPs on this system, " .
"it will make this system inaccessible on that IP address. i.e. if " .
"you use your WAN IP address, any services on this system (IPsec, OpenVPN server, etc.) " .
OpenPOWER on IntegriCloud