diff options
| author | Greg Roach <fisharebest@gmail.com> | 2016-02-22 17:19:13 +0000 |
|---|---|---|
| committer | Greg Roach <fisharebest@gmail.com> | 2016-02-22 17:19:13 +0000 |
| commit | 3ed3ec85f6647b629be26b7112116ed3d52fc4d6 (patch) | |
| tree | c54ac7f85b251a5957ffee0273bb58c64ff847f3 /app/Functions | |
| parent | b311b456b6820949695b73e16a4b690a4f877c65 (diff) | |
| download | webtrees-3ed3ec85f6647b629be26b7112116ed3d52fc4d6.tar.gz webtrees-3ed3ec85f6647b629be26b7112116ed3d52fc4d6.tar.bz2 webtrees-3ed3ec85f6647b629be26b7112116ed3d52fc4d6.zip | |
Fix #845 and #846
Diffstat (limited to 'app/Functions')
| -rw-r--r-- | app/Functions/FunctionsCharts.php | 2 |
1 files changed, 1 insertions, 1 deletions
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 '</tr><tr><td></td>'; - echo '<td>'; + echo '<td style="text-align:end; vertical-align: top;">'; //find out how many cousins there are to establish vertical line on second families $fchildren = $famids[$f]->getChildren(); |
