mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Add missing closing td tag.
This commit is contained in:
parent
c2d2e1766a
commit
d16448ea04
@ -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'])) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user