diff options
| -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; |
