From 6b3de1d7810e7cc434084fcf4dc40266d5c24605 Mon Sep 17 00:00:00 2001 From: Ɓukasz Wilenski Date: Tue, 25 Oct 2011 14:52:51 +0000 Subject: fix typo --- includes/functions/functions_print.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 .= ''.WT_I18N::translate('Family with spouse').'
'; if (!empty($spouse)) { - $personlinks .= '"; + $personlinks .= ''; $personlinks .= $spouse->getFullName(); $personlinks .= ''; } -- cgit v1.3