From bb139740ccb4d30981d575f849e2991ff0e8de9a Mon Sep 17 00:00:00 2001 From: fisharebest Date: Wed, 24 Jul 2013 21:02:05 +0000 Subject: Missing separator in MARR-DIV label in charts --- includes/functions/functions_charts.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/functions/functions_charts.php b/includes/functions/functions_charts.php index 9e8b3216b6..e7582daae3 100644 --- a/includes/functions/functions_charts.php +++ b/includes/functions/functions_charts.php @@ -336,7 +336,7 @@ function print_family_children(WT_Family $family, $childid = "", $sosa = 0, $lab echo $marr->getDate()->minDate()->Format('%Y'); // divorce date if ($div && $div->canShow()) { - echo $div->getDate()->minDate()->Format('%Y'); + echo '–', $div->getDate()->minDate()->Format('%Y'); } } echo "
\"\""; -- cgit v1.3