diff options
| author | Nigel Osborne <kiwi3685@me.com> | 2011-11-29 18:51:28 +0000 |
|---|---|---|
| committer | Nigel Osborne <kiwi3685@me.com> | 2011-11-29 18:51:28 +0000 |
| commit | 14debdc6666735e2dffe4770b569e2e20eb85151 (patch) | |
| tree | a4c7e11689c9197859838636b54e37d6e1fd606d | |
| parent | 1c823231d1660d48ca267e3a13bcb6e4e8725a6c (diff) | |
| download | webtrees-14debdc6666735e2dffe4770b569e2e20eb85151.tar.gz webtrees-14debdc6666735e2dffe4770b569e2e20eb85151.tar.bz2 webtrees-14debdc6666735e2dffe4770b569e2e20eb85151.zip | |
Closing div in wrong place
| -rw-r--r-- | branches.php | 2 |
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; |
