diff options
Diffstat (limited to 'app/Controller/HourglassController.php')
| -rw-r--r-- | app/Controller/HourglassController.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Controller/HourglassController.php b/app/Controller/HourglassController.php index bfebecafb7..f027e1047f 100644 --- a/app/Controller/HourglassController.php +++ b/app/Controller/HourglassController.php @@ -106,7 +106,7 @@ class HourglassController extends ChartController { //-- recursively get the father’s family $this->printPersonPedigree($person, $count + 1); echo '</td></tr>'; - echo '<tr><td>' . $this->printEmptyBox() . '</td>'; + echo '<tr><td>' . $this->printEmptyBox() . '</td>'; echo '<td>'; //-- recursively get the father’s family $this->printPersonPedigree($person, $count + 1); |
