From 3ed3ec85f6647b629be26b7112116ed3d52fc4d6 Mon Sep 17 00:00:00 2001 From: Greg Roach Date: Mon, 22 Feb 2016 17:19:13 +0000 Subject: Fix #845 and #846 --- app/Functions/FunctionsCharts.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/Functions') diff --git a/app/Functions/FunctionsCharts.php b/app/Functions/FunctionsCharts.php index 9e5931c29e..8e0c2b8828 100644 --- a/app/Functions/FunctionsCharts.php +++ b/app/Functions/FunctionsCharts.php @@ -350,7 +350,7 @@ class FunctionsCharts { // multiple marriages if ($f > 0) { echo ''; - echo ''; + echo ''; //find out how many cousins there are to establish vertical line on second families $fchildren = $famids[$f]->getChildren(); -- cgit v1.3