summaryrefslogtreecommitdiffstats
path: root/usr/local/www/vpn_ipsec.php
diff options
context:
space:
mode:
authorSeth Mos <seth.mos@xs4all.nl>2007-05-10 14:29:01 +0000
committerSeth Mos <seth.mos@xs4all.nl>2007-05-10 14:29:01 +0000
commit127bd0ce8e01f031e761ab168e6a7e7887d98c7a (patch)
treea3cd2efa7bc873a27610e9c1a185acf3d4d0855e /usr/local/www/vpn_ipsec.php
parent18f7352bfcd7b3ec0c62f00b59584d15565184e4 (diff)
downloadpfsense-127bd0ce8e01f031e761ab168e6a7e7887d98c7a.zip
pfsense-127bd0ce8e01f031e761ab168e6a7e7887d98c7a.tar.gz
Add missing closing td tag.
Diffstat (limited to 'usr/local/www/vpn_ipsec.php')
-rwxr-xr-xusr/local/www/vpn_ipsec.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr/local/www/vpn_ipsec.php b/usr/local/www/vpn_ipsec.php
index 08429b1..9d7522b 100755
--- a/usr/local/www/vpn_ipsec.php
+++ b/usr/local/www/vpn_ipsec.php
@@ -137,6 +137,7 @@ include("head.inc");
<td><a href="vpn_ipsec_edit.php"><img src="./themes/<?= $g['theme']; ?>/images/icons/icon_plus.gif" title="add tunnel" width="17" height="17" border="0"></a></td>
</tr>
</table>
+ </td>
</tr>
<?php $i = 0; foreach ($a_ipsec as $ipsecent):
if (isset($ipsecent['disabled'])) {
OpenPOWER on IntegriCloud