summaryrefslogtreecommitdiff
path: root/pedigree.php
diff options
context:
space:
mode:
authorNigel Osborne <kiwi3685@me.com>2012-06-19 07:25:40 +0000
committerNigel Osborne <kiwi3685@me.com>2012-06-19 07:25:40 +0000
commit43303ca1d510ad42f3873c614a958ae1b031481a (patch)
treee01bdab210970ed9065bb0592f474762c34d1fd8 /pedigree.php
parent666d39ae81c720eecf3e5755ab33f102206c6d58 (diff)
downloadwebtrees-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.php4
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}&amp;rootid={$controller->treeid[$did]}&amp;show_full={$controller->show_full}&amp;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}&amp;rootid={$controller->treeid[$did]}&amp;show_full={$controller->show_full}&amp;talloffset={$talloffset}\" ";
if ($TEXT_DIRECTION=="rtl") {
echo 'class="icon-larrow noprint"></a>';