Revision 8cd558b6
Added by ayvis over 11 years ago
usr/local/www/firewall_nat_npt.php | ||
---|---|---|
84 | 84 |
<form action="firewall_nat_npt.php" method="post"> |
85 | 85 |
<?php if ($savemsg) print_info_box($savemsg); ?> |
86 | 86 |
<?php if (is_subsystem_dirty('natconf')): ?> |
87 |
<?php 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/>
|
|
87 |
<?php 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 />
|
|
88 | 88 |
<?php endif; ?> |
89 | 89 |
<table width="100%" border="0" cellpadding="0" cellspacing="0" summary="firewall nat npt"> <tr><td> |
90 | 90 |
<?php |
Also available in: Unified diff
xhtml Compliance
replaced <br>, <br/> and </br> with <br />