diff options
| author | Nigel Osborne <kiwi3685@me.com> | 2012-06-19 07:25:40 +0000 |
|---|---|---|
| committer | Nigel Osborne <kiwi3685@me.com> | 2012-06-19 07:25:40 +0000 |
| commit | 43303ca1d510ad42f3873c614a958ae1b031481a (patch) | |
| tree | e01bdab210970ed9065bb0592f474762c34d1fd8 /pedigree.php | |
| parent | 666d39ae81c720eecf3e5755ab33f102206c6d58 (diff) | |
| download | webtrees-43303ca1d510ad42f3873c614a958ae1b031481a.tar.gz webtrees-43303ca1d510ad42f3873c614a958ae1b031481a.tar.bz2 webtrees-43303ca1d510ad42f3873c614a958ae1b031481a.zip | |
Bug #1014443 - pedigree.php - Multiple Validation Errors
Diffstat (limited to 'pedigree.php')
| -rw-r--r-- | pedigree.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pedigree.php b/pedigree.php index 12350d32f6..944d74793d 100644 --- a/pedigree.php +++ b/pedigree.php @@ -285,11 +285,11 @@ for ($i=($controller->treesize-1); $i>=0; $i--) { $did++; } if ($talloffset==3) { - echo "</td></tr><tr><td align=\"center\">"; + echo "</td></tr><tr><td>"; echo "<a href=\"pedigree.php?PEDIGREE_GENERATIONS={$controller->PEDIGREE_GENERATIONS}&rootid={$controller->treeid[$did]}&show_full={$controller->show_full}&talloffset={$controller->talloffset}\" "; echo 'class="icon-darrow noprint"></a>'; } elseif ($talloffset < 2) { - echo "</td><td valign=\"middle\">"; + echo "</td><td>"; echo "<a href=\"pedigree.php?PEDIGREE_GENERATIONS={$controller->PEDIGREE_GENERATIONS}&rootid={$controller->treeid[$did]}&show_full={$controller->show_full}&talloffset={$talloffset}\" "; if ($TEXT_DIRECTION=="rtl") { echo 'class="icon-larrow noprint"></a>'; |
