diff options
Diffstat (limited to 'familybook.php')
| -rw-r--r-- | familybook.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/familybook.php b/familybook.php index e8eac01775..660e790a20 100644 --- a/familybook.php +++ b/familybook.php @@ -85,10 +85,10 @@ $controller </td> </tr> <tr> - <th> + <td class="descriptionbox"> <?php echo I18N::translate('Descendant generations'); ?> - </th> - <td> + </td> + <td class="optionbox"> <select name="descent"> <?php for ($i = 0; $i <= 9; $i++) { |
