summaryrefslogtreecommitdiffstats
path: root/usr/local/www/firewall_nat_1to1_edit.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_edit.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_edit.php')
-rw-r--r--[-rwxr-xr-x]usr/local/www/firewall_nat_1to1_edit.php16
1 files changed, 8 insertions, 8 deletions
diff --git a/usr/local/www/firewall_nat_1to1_edit.php b/usr/local/www/firewall_nat_1to1_edit.php
index 15bfce2..55d1a39 100755..100644
--- a/usr/local/www/firewall_nat_1to1_edit.php
+++ b/usr/local/www/firewall_nat_1to1_edit.php
@@ -324,18 +324,18 @@ if ($input_errors)
<?php
endforeach;
?>
- </select><br/>
- <span class="vexpl"><?=gettext("Choose which interface this rule applies to"); ?>.<br/>
+ </select><br />
+ <span class="vexpl"><?=gettext("Choose which interface this rule applies to"); ?>.<br />
<?=gettext("Hint: in most cases, you'll want to use WAN here"); ?>.</span></td>
</tr>
<tr>
<td width="22%" valign="top" class="vncellreq"><?=gettext("External subnet IP"); ?></td>
<td width="78%" class="vtable">
<input name="external" type="text" class="formfld" id="external" size="20" value="<?=htmlspecialchars($pconfig['external']);?>" />
- <br/>
+ <br />
<span class="vexpl">
<?=gettext("Enter the external (usually on a WAN) subnet's starting address for the 1:1 mapping. " .
- "The subnet mask from the internal address below will be applied to this IP address."); ?><br/>
+ "The subnet mask from the internal address below will be applied to this IP address."); ?><br />
<?=gettext("Hint: this is generally an address owned by the router itself on the selected interface."); ?>
</span>
</td>
@@ -410,7 +410,7 @@ if ($input_errors)
</td>
</tr>
</table>
- <br/>
+ <br />
<span class="vexpl"><?=gettext("Enter the internal (LAN) subnet for the 1:1 mapping. The subnet size specified for the internal subnet will be applied to the external subnet."); ?></span>
</td>
</tr>
@@ -493,9 +493,9 @@ if ($input_errors)
</td>
</tr>
</table>
- <br/>
+ <br />
<span class="vexpl">
- <?=gettext("The 1:1 mapping will only be used for connections to or from the specified destination."); ?><br/>
+ <?=gettext("The 1:1 mapping will only be used for connections to or from the specified destination."); ?><br />
<?=gettext("Hint: this is usually 'any'."); ?>
</span>
</td>
@@ -504,7 +504,7 @@ if ($input_errors)
<td width="22%" valign="top" class="vncell"><?=gettext("Description"); ?></td>
<td width="78%" class="vtable">
<input name="descr" type="text" class="formfld unknown" id="descr" size="40" value="<?=htmlspecialchars($pconfig['descr']);?>" />
- <br/>
+ <br />
<span class="vexpl">
<?=gettext("You may enter a description here for your reference (not parsed)."); ?>
</span>
OpenPOWER on IntegriCloud