summaryrefslogtreecommitdiffstats
path: root/usr/local/www/firewall_nat_out.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_out.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_out.php')
-rw-r--r--[-rwxr-xr-x]usr/local/www/firewall_nat_out.php22
1 files changed, 11 insertions, 11 deletions
diff --git a/usr/local/www/firewall_nat_out.php b/usr/local/www/firewall_nat_out.php
index 7ed846a..cf5b4eb 100755..100644
--- a/usr/local/www/firewall_nat_out.php
+++ b/usr/local/www/firewall_nat_out.php
@@ -218,9 +218,9 @@ include("head.inc");
if ($savemsg)
print_info_box($savemsg);
if (is_subsystem_dirty('natconf'))
- print_info_box_np(gettext("The NAT configuration has been changed.")."<br/>".gettext("You must apply the changes in order for them to take effect."));
+ print_info_box_np(gettext("The NAT configuration has been changed.")."<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 outbound">
<tr><td>
<?php
@@ -243,7 +243,7 @@ if (is_subsystem_dirty('natconf'))
</td>
<td>
<strong>
- <?=gettext("Automatic outbound NAT rule generation"); ?><br/>
+ <?=gettext("Automatic outbound NAT rule generation"); ?><br />
<?=gettext("(IPsec passthrough included)");?>
</strong>
</td>
@@ -252,7 +252,7 @@ if (is_subsystem_dirty('natconf'))
</td>
<td>
<strong>
- <?=gettext("Hybrid Outbound NAT rule generation"); ?><br/>
+ <?=gettext("Hybrid Outbound NAT rule generation"); ?><br />
<?=gettext("(Automatic Outbound NAT + rules below)");?>
</strong>
</td>
@@ -271,7 +271,7 @@ if (is_subsystem_dirty('natconf'))
</td>
<td>
<strong>
- <?=gettext("Manual Outbound NAT rule generation"); ?><br/>
+ <?=gettext("Manual Outbound NAT rule generation"); ?><br />
<?=gettext("(AON - Advanced Outbound NAT)");?>
</strong>
</td>
@@ -280,7 +280,7 @@ if (is_subsystem_dirty('natconf'))
</td>
<td>
<strong>
- <?=gettext("Disable Outbound NAT rule generation"); ?><br/>
+ <?=gettext("Disable Outbound NAT rule generation"); ?><br />
<?=gettext("(No Outbound NAT rules)");?>
</strong>
</td>
@@ -625,16 +625,16 @@ if (is_subsystem_dirty('natconf'))
<tr>
<td colspan="12">
<p><span class="vexpl">
- <span class="red"><strong><?=gettext("Note:"); ?><br/></strong></span>
+ <span class="red"><strong><?=gettext("Note:"); ?><br /></strong></span>
<?=gettext("If automatic outbound NAT selected, a mapping is automatically created " .
"for each interface's subnet (except WAN-type connections) and the rules " .
- "on \"Mappings\" section of this page are ignored.<br/><br/> " .
+ "on \"Mappings\" section of this page are ignored.<br /><br /> " .
"If manual outbound NAT is selected, outbound NAT rules will not be " .
"automatically generated and only the mappings you specify on this page " .
- "will be used. <br/><br/> " .
+ "will be used. <br /><br /> " .
"If hybrid outbound NAT is selected, mappings you specify on this page will " .
- "be used, followed by the automatically generated ones. <br/><br/>" .
- "If disable outbound NAT is selected, no rules will be used. <br/><br/>" .
+ "be used, followed by the automatically generated ones. <br /><br />" .
+ "If disable outbound NAT is selected, no rules will be used. <br /><br />" .
"If a target address other than a WAN-type interface's IP address is used, " .
"then depending on the way the WAN connection is setup, a "); ?>
<a href="firewall_virtual_ip.php"><?=gettext("Virtual IP"); ?></a>
OpenPOWER on IntegriCloud