diff options
| -rw-r--r-- | branches.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/branches.php b/branches.php index 8b29e4737f..48744d1b45 100644 --- a/branches.php +++ b/branches.php @@ -170,7 +170,7 @@ function print_fams($person, $famid=null) { } $txt .= $spouse->getSexImage(). - '<a class="'.$class.'" href="'.$spouse->getHtmlUrl().'">'.$spouse->getFullName().' </a>'; + '<a class="'.$class.'" href="'.$spouse->getHtmlUrl().'">'.$spouse->getFullName().' </a>'.$spouse->getLifeSpan().' '.$sosa2; } echo $txt; echo '<ol>'; |
