summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRenato Botelho <renato@netgate.com>2015-12-01 10:03:44 -0200
committerRenato Botelho <renato@netgate.com>2015-12-01 10:03:44 -0200
commit13aa56312931cef6e0a7cb6611ee1360fd9f01ee (patch)
tree8af5515f9ddaf60b77039744fe74248728cd0d41 /src
parent63482c9730a40de5b9db11d80411af9d8b1ccd64 (diff)
parentbf008dbd22ac370f5bc099e23c8b9455175bfdf4 (diff)
downloadpfsense-13aa56312931cef6e0a7cb6611ee1360fd9f01ee.zip
pfsense-13aa56312931cef6e0a7cb6611ee1360fd9f01ee.tar.gz
Merge pull request #2144 from ExolonDX/branch_05
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