diff options
Diffstat (limited to 'includes/functions/functions_print.php')
| -rw-r--r-- | includes/functions/functions_print.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/functions/functions_print.php b/includes/functions/functions_print.php index 4fa63f4f81..6aea6ed73b 100644 --- a/includes/functions/functions_print.php +++ b/includes/functions/functions_print.php @@ -115,7 +115,7 @@ function print_pedigree_person($person, $style=1, $count=0, $personcount="1") { if ((!empty($spouse))||($num>0)) { $personlinks .= '<a href="'.$family->getHtmlUrl().'&show_full=1"><b>'.WT_I18N::translate('Family with spouse').'</b></a><br />'; if (!empty($spouse)) { - $personlinks .= '<a href="'.$spouse->getHtmlUrl()."'>"; + $personlinks .= '<a href="'.$spouse->getHtmlUrl().'">'; $personlinks .= $spouse->getFullName(); $personlinks .= '</a>'; } |
