summaryrefslogtreecommitdiffstats
path: root/usr/local/www/firewall_nat_1to1.php
diff options
context:
space:
mode:
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