summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorColin Fleming <cj_fleming@sky.com>2015-12-01 12:00:11 +0000
committerColin Fleming <cj_fleming@sky.com>2015-12-01 12:00:11 +0000
commitbf008dbd22ac370f5bc099e23c8b9455175bfdf4 (patch)
treed308eef9785e0dd7b585c751286042f10c88217b /src
parent1c2b6edfcae2d943858d54370a53ca851a316bad (diff)
downloadpfsense-bf008dbd22ac370f5bc099e23c8b9455175bfdf4.zip
pfsense-bf008dbd22ac370f5bc099e23c8b9455175bfdf4.tar.gz
Tidy up "firewall_nat_out.php"
Move closing TR tag within the PHP foreach statement
Diffstat (limited to 'src')
-rw-r--r--src/usr/local/www/firewall_nat_out.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/firewall_nat_out.php b/src/usr/local/www/firewall_nat_out.php
index f42eae7..0fa4f09 100644
--- a/src/usr/local/www/firewall_nat_out.php
+++ b/src/usr/local/www/firewall_nat_out.php
@@ -500,11 +500,11 @@ print($form);
<a class="fa fa-clone" title="<?=gettext("Add a new mapping based on this one")?>" href="firewall_nat_out_edit.php?dup=<?=$i?>"></a>
<a class="fa fa-trash" title="<?=gettext("Delete mapping")?>" href="firewall_nat_out.php?act=del&amp;id=<?=$i?>"></a>
</td>
+ </tr>
<?php
$i++;
endforeach;
?>
- </tr>
</tbody>
</table>
</div>
OpenPOWER on IntegriCloud