summaryrefslogtreecommitdiffstats
path: root/usr/local/www/services_unbound.php
diff options
context:
space:
mode:
authorColin Fleming <cj_fleming@sky.com>2015-04-22 12:51:11 +0100
committerColin Fleming <cj_fleming@sky.com>2015-04-22 12:51:11 +0100
commit57e15e41ce00b20648919c5eaf2413f75923b73f (patch)
tree5df5e3142cb09514d4c2d4cdc6043f9c84154557 /usr/local/www/services_unbound.php
parent1f5ac93743678a264955eecd13e82ffa5fdda39d (diff)
downloadpfsense-57e15e41ce00b20648919c5eaf2413f75923b73f.zip
pfsense-57e15e41ce00b20648919c5eaf2413f75923b73f.tar.gz
Tidy up "services_unbound.php" XHTML
Add missing closing TD tag
Diffstat (limited to 'usr/local/www/services_unbound.php')
-rw-r--r--usr/local/www/services_unbound.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr/local/www/services_unbound.php b/usr/local/www/services_unbound.php
index 0a123d9..9176e4b 100644
--- a/usr/local/www/services_unbound.php
+++ b/usr/local/www/services_unbound.php
@@ -465,6 +465,7 @@ function show_advanced_dns() {
<td><a href="services_unbound.php?type=host&amp;act=del&amp;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): ?>
OpenPOWER on IntegriCloud