diff options
author | Phil Davis <phil.davis@inf.org> | 2015-05-24 11:33:37 +0545 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2015-05-25 08:25:21 -0300 |
commit | b58e1cec7d337ed4b0d55652a806451f0ea5aef0 (patch) | |
tree | e74743671c717a0139748cdecd2d03f6575adef4 /usr | |
parent | 3ccb7fc3151073df549f4b0e803ff74cae8e9d87 (diff) | |
download | pfsense-b58e1cec7d337ed4b0d55652a806451f0ea5aef0.zip pfsense-b58e1cec7d337ed4b0d55652a806451f0ea5aef0.tar.gz |
Unbalanced td tag in services_dnsmasq
Diffstat (limited to 'usr')
-rw-r--r-- | usr/local/www/services_dnsmasq.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr/local/www/services_dnsmasq.php b/usr/local/www/services_dnsmasq.php index 0acb961..91526f2 100644 --- a/usr/local/www/services_dnsmasq.php +++ b/usr/local/www/services_dnsmasq.php @@ -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): ?> |