diff options
| author | Łukasz Wilenski <wooc@gazeta.pl> | 2011-10-25 14:52:51 +0000 |
|---|---|---|
| committer | Łukasz Wilenski <wooc@gazeta.pl> | 2011-10-25 14:52:51 +0000 |
| commit | 6b3de1d7810e7cc434084fcf4dc40266d5c24605 (patch) | |
| tree | dd95d21406a49aabcae76142239c0c539365b8dc | |
| parent | 0d0c4291aab17154b583ccfd5eb73cf7c44b5796 (diff) | |
| download | webtrees-6b3de1d7810e7cc434084fcf4dc40266d5c24605.tar.gz webtrees-6b3de1d7810e7cc434084fcf4dc40266d5c24605.tar.bz2 webtrees-6b3de1d7810e7cc434084fcf4dc40266d5c24605.zip | |
fix typo
| -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>'; } |
