diff options
| author | fisharebest <fisharebest@gmail.com> | 2011-11-30 11:31:07 +0000 |
|---|---|---|
| committer | fisharebest <fisharebest@gmail.com> | 2011-11-30 11:31:07 +0000 |
| commit | 32dd53dc2af9d3737a0323421440b114b022c064 (patch) | |
| tree | 09219165d58265580e427141355a4b8eb3fb3aca /index.php | |
| parent | 9dc9e2a34c9ef7e213fd9ffbff97286080ef7538 (diff) | |
| download | webtrees-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.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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."&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"> |
