From f25cd60594723495a9213ffff12343ee9534e770 Mon Sep 17 00:00:00 2001 From: Greg Roach Date: Fri, 10 Jun 2016 18:09:44 +0100 Subject: Remove empty attributes --- app/Controller/FamilyBookController.php | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'app/Controller/FamilyBookController.php') diff --git a/app/Controller/FamilyBookController.php b/app/Controller/FamilyBookController.php index 1d5672b36c..109f16014f 100644 --- a/app/Controller/FamilyBookController.php +++ b/app/Controller/FamilyBookController.php @@ -119,7 +119,7 @@ class FamilyBookController extends ChartController { $h = ($kids - 1) * 4 + $h; } echo '', - ''; + ''; } elseif ($i === count($children) - 1) { // Adjust for the first column on left $h = round(((($this->getBoxDimensions()->height) * $kids) + 8) / 2); @@ -128,10 +128,10 @@ class FamilyBookController extends ChartController { $h = ($kids - 1) * 4 + $h; } echo '', - ''; + ''; } else { echo '', - ''; + ''; } } echo ''; @@ -154,7 +154,7 @@ class FamilyBookController extends ChartController { if ($person) { FunctionsPrint::printPedigreePerson($person, $this->showFull()); echo '', - ''; + ''; } else { echo '
', ''; @@ -253,9 +253,9 @@ class FamilyBookController extends ChartController { $lh = $savlh; } } - echo '', + echo '', '', - '', + '', ''; $lh = $savlh; // restore original line height //-- print the father box -- cgit v1.3