summaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
authorfisharebest <fisharebest@gmail.com>2011-11-30 11:31:07 +0000
committerfisharebest <fisharebest@gmail.com>2011-11-30 11:31:07 +0000
commit32dd53dc2af9d3737a0323421440b114b022c064 (patch)
tree09219165d58265580e427141355a4b8eb3fb3aca /index.php
parent9dc9e2a34c9ef7e213fd9ffbff97286080ef7538 (diff)
downloadwebtrees-32dd53dc2af9d3737a0323421440b114b022c064.tar.gz
webtrees-32dd53dc2af9d3737a0323421440b114b022c064.tar.bz2
webtrees-32dd53dc2af9d3737a0323421440b114b022c064.zip
Fix HTML validation error - misplaced </div>
Diffstat (limited to 'index.php')
-rw-r--r--index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.php b/index.php
index ab47062068..48d59a1909 100644
--- a/index.php
+++ b/index.php
@@ -146,5 +146,5 @@ if (WT_USER_IS_ADMIN && $ctype=='gedcom' && !in_array('gedcom_block', $blocks['m
echo '<div align="center">';
echo "<a href=\"#\" onclick=\"window.open('index_edit.php?name=".WT_GEDURL."&amp;ctype=gedcom', '_blank', 'top=50,left=10,width=600,height=500,scrollbars=1,resizable=1');\">".WT_I18N::translate('Change the blocks on this page').'</a>';
echo '</div>';
- echo '</div>';//close 'home-page'
}
+echo '</div>'; // <div id="home-page">