summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNigel Osborne <kiwi3685@me.com>2011-11-29 18:51:28 +0000
committerNigel Osborne <kiwi3685@me.com>2011-11-29 18:51:28 +0000
commit14debdc6666735e2dffe4770b569e2e20eb85151 (patch)
treea4c7e11689c9197859838636b54e37d6e1fd606d
parent1c823231d1660d48ca267e3a13bcb6e4e8725a6c (diff)
downloadwebtrees-14debdc6666735e2dffe4770b569e2e20eb85151.tar.gz
webtrees-14debdc6666735e2dffe4770b569e2e20eb85151.tar.bz2
webtrees-14debdc6666735e2dffe4770b569e2e20eb85151.zip
Closing div in wrong place
-rw-r--r--branches.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/branches.php b/branches.php
index 90e262e7ae..f27f89e61c 100644
--- a/branches.php
+++ b/branches.php
@@ -97,8 +97,8 @@ if ($surn) {
}
echo '</ol>';
echo '</fieldset>';
- echo '</div>'; // close branches-page
}
+echo '</div>'; // close branches-page
function print_fams($person, $famid=null) {
global $UNKNOWN_NN, $surn, $surn_script, $user_ancestors;