summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--includes/functions/functions_charts.php2
1 files changed, 1 insertions, 1 deletions
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 "<br><img width=\"100%\" class=\"line5\" height=\"3\" src=\"".$WT_IMAGES["hline"]."\" alt=\"\">";