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
committerPhil Davis <phil.davis@inf.org>2015-05-07 17:05:43 +0545
commitf18fa98dd9e3fedfa193e3f69121f1d57d7719bb (patch)
tree9e01c55bcc8bb16fa60c4bd6be55bf24f095c1f1 /usr/local/www/firewall_nat.php
parentf6f04195fe0970883cb76804e3d9a018468ef021 (diff)
downloadpfsense-f18fa98dd9e3fedfa193e3f69121f1d57d7719bb.zip
pfsense-f18fa98dd9e3fedfa193e3f69121f1d57d7719bb.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