summaryrefslogtreecommitdiffstats
path: root/usr/local/www/firewall_nat.php
diff options
context:
space:
mode:
authorPhil Davis <phil.davis@inf.org>2015-05-07 17:05:43 +0545
committerRenato Botelho <garga@FreeBSD.org>2015-05-08 17:43:36 -0300
commit801cbbf7e51a38eaa9bd4c5dfd1ca8124f85bbc7 (patch)
tree0d166b2d907438fbc3ca192ae23da5a791b2262a /usr/local/www/firewall_nat.php
parentca9a4e2b5831e452d746b358ef03d1e9696cf353 (diff)
downloadpfsense-801cbbf7e51a38eaa9bd4c5dfd1ca8124f85bbc7.zip
pfsense-801cbbf7e51a38eaa9bd4c5dfd1ca8124f85bbc7.tar.gz
Unmatched td in firewall_nat
This file seems to have an unmatched "td" ending. Adding the line here matches the "td" at line 320 and this embraces the little table that has the 4 icons in it in a square that comes at the right hand end of each port-forward entry in the main table. I can't see any difference in the rendering of the page, at least on Firefox, with and without this fix. The tabbing of this file is woeful. I am fixing that up with a code-style review. But thought I should do a separate pull request for this kind-of-functional fix.
Diffstat (limited to 'usr/local/www/firewall_nat.php')
-rw-r--r--usr/local/www/firewall_nat.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr/local/www/firewall_nat.php b/usr/local/www/firewall_nat.php
index dcdfa46..adbb948 100644
--- a/usr/local/www/firewall_nat.php
+++ b/usr/local/www/firewall_nat.php
@@ -328,6 +328,7 @@ echo "<script type=\"text/javascript\" src=\"/javascript/domTT/fadomatic.js\"></
<td><a href="firewall_nat_edit.php?dup=<?=$i;?>"><img src="/themes/<?= $g['theme']; ?>/images/icons/icon_plus.gif" title="<?=gettext("add a new NAT based on this one");?>" width="17" height="17" border="0" alt="add" /></a></td>
</tr>
</table>
+ </td>
</tr>
<?php $i++; $nnats++; endforeach; ?>
<tr>
OpenPOWER on IntegriCloud