diff options
| author | Łukasz Wilenski <wooc@gazeta.pl> | 2011-10-24 15:19:35 +0000 |
|---|---|---|
| committer | Łukasz Wilenski <wooc@gazeta.pl> | 2011-10-24 15:19:35 +0000 |
| commit | 59eeedf19fd6cbb29cae44084315071eb2610748 (patch) | |
| tree | 7e40baca023ffc5da56d0253d3f2ae9de61be520 /family.php | |
| parent | e9d4c8923edae825db191f081d2f7be3d2021745 (diff) | |
| download | webtrees-59eeedf19fd6cbb29cae44084315071eb2610748.tar.gz webtrees-59eeedf19fd6cbb29cae44084315071eb2610748.tar.bz2 webtrees-59eeedf19fd6cbb29cae44084315071eb2610748.zip | |
#604136 - Nav Options box location display bug-SVN906651
Diffstat (limited to 'family.php')
| -rw-r--r-- | family.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/family.php b/family.php index 9875112981..380b295de3 100644 --- a/family.php +++ b/family.php @@ -107,7 +107,7 @@ echo WT_JS_END; </td> </tr> </table> -<table align="center" width="95%"> +<table id="family_page" align="center" width="95%"> <tr valign="top"> <td valign="top" style="width: <?php echo $pbwidth+30; ?>px;"><!--//List of children//--> <?php print_family_children($controller->getFamilyID()); ?> |
