diff options
| author | Scrutinizer Auto-Fixer <auto-fixer@scrutinizer-ci.com> | 2015-03-21 18:29:20 +0000 |
|---|---|---|
| committer | Scrutinizer Auto-Fixer <auto-fixer@scrutinizer-ci.com> | 2015-03-21 18:29:20 +0000 |
| commit | 4a8aaa00d6e8f36082a710e74b8189a4bc6e6f40 (patch) | |
| tree | 70c3582a928950b3079816c807cd55e769cac0d4 /app/Controller/HourglassController.php | |
| parent | 9b0d6698fc7c6dd5ed80352c0ae3c17536a6c631 (diff) | |
| download | webtrees-4a8aaa00d6e8f36082a710e74b8189a4bc6e6f40.tar.gz webtrees-4a8aaa00d6e8f36082a710e74b8189a4bc6e6f40.tar.bz2 webtrees-4a8aaa00d6e8f36082a710e74b8189a4bc6e6f40.zip | |
Scrutinizer Auto-Fixes
This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
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); |
