summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorColin Fleming <cj_fleming@sky.com>2015-04-22 12:51:11 +0100
committerRenato Botelho <garga@FreeBSD.org>2015-04-27 09:02:22 -0300
commit1fa1a40b84f8a9c3503a952067c391b555bbc08a (patch)
tree2aa68626467a37118dca3f6a56691b74c419605c
parent9dded879f0242d910fb6154208c6519ea21ef698 (diff)
downloadpfsense-1fa1a40b84f8a9c3503a952067c391b555bbc08a.zip
pfsense-1fa1a40b84f8a9c3503a952067c391b555bbc08a.tar.gz
Tidy up "services_unbound.php" XHTML
Add missing closing TD tag
-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 f831cfa..ce517dc 100644
--- a/usr/local/www/services_unbound.php
+++ b/usr/local/www/services_unbound.php
@@ -468,6 +468,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