diff options
| author | makitso <makitso@gmail.com> | 2017-06-29 16:45:22 -0500 |
|---|---|---|
| committer | makitso <makitso@gmail.com> | 2017-06-29 16:45:22 -0500 |
| commit | c7ce07230edbdf04fe2567bccacf5959682da6e3 (patch) | |
| tree | 7003c34d9adab053da7e8f6c914aadc2dd948264 /app/Controller/FamilyBookController.php | |
| parent | 64eef06468ef3defb9436dd1373c5fdcaedc7a58 (diff) | |
| download | webtrees-c7ce07230edbdf04fe2567bccacf5959682da6e3.tar.gz webtrees-c7ce07230edbdf04fe2567bccacf5959682da6e3.tar.bz2 webtrees-c7ce07230edbdf04fe2567bccacf5959682da6e3.zip | |
More work on chart connecting lines
Diffstat (limited to 'app/Controller/FamilyBookController.php')
| -rw-r--r-- | app/Controller/FamilyBookController.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/Controller/FamilyBookController.php b/app/Controller/FamilyBookController.php index 17671ec3d7..d281950a38 100644 --- a/app/Controller/FamilyBookController.php +++ b/app/Controller/FamilyBookController.php @@ -276,7 +276,7 @@ class FamilyBookController extends ChartController { } } echo '</tr><tr>', - '<td class="tdtop"><img class="pvline" src="', Theme::theme()->parameter('image-vline'), '" width="3" height="', $lh-2, '"></td>', + '<td class="tdtop"><img class="pvline" src="', Theme::theme()->parameter('image-vline'), '" width="3" height="', $lh, '"></td>', '<td><img class="line4" src="', Theme::theme()->parameter('image-hline'), '" height="3"></td>', '<td>'; //-- print the mother box @@ -366,7 +366,7 @@ class FamilyBookController extends ChartController { '<h3>', /* I18N: A title/heading. %s is an individual’s name */ I18N::translate('Family of %s', $person->getFullName()), '</h3>', - '<table class="t0"><tr><td class="tdmid">'; + '<table cellspacing="0" cellpadding="0" border="0" ><tr><td class="tdmid">'; $this->dgenerations = $this->generations; $this->printDescendency($person, 1); echo '</td><td class="tdmid">'; |
