mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Unbalanced td tag in services_dnsmasq
This commit is contained in:
parent
3ccb7fc315
commit
b58e1cec7d
@ -403,6 +403,7 @@ function show_advanced_dns() {
|
||||
<td><a href="services_dnsmasq.php?type=host&act=del&id=<?=$i;?>" onclick="return confirm('<?=gettext("Do you really want to delete this host?");?>')"><img src="./themes/<?= $g['theme']; ?>/images/icons/icon_x.gif" width="17" height="17" border="0" alt="delete" /></a></td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
<?php if ($hostent['aliases']['item'] && is_array($hostent['aliases']['item'])): ?>
|
||||
<?php foreach ($hostent['aliases']['item'] as $alias): ?>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user