summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorSeth Mos <seth.mos@xs4all.nl>2007-05-10 14:29:40 +0000
committerSeth Mos <seth.mos@xs4all.nl>2007-05-10 14:29:40 +0000
commitd16448ea04fc2d2f6f53ceb252cea6d0c1245af7 (patch)
treea2594a44f1d0b78c76f2061531efac9f19c8b88a /usr
parentc2d2e1766aeac90333ae31176dba91627c14f4ba (diff)
downloadpfsense-d16448ea04fc2d2f6f53ceb252cea6d0c1245af7.zip
pfsense-d16448ea04fc2d2f6f53ceb252cea6d0c1245af7.tar.gz
Add missing closing td tag.
Diffstat (limited to 'usr')
-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