summaryrefslogtreecommitdiff
path: root/ancestry.php
diff options
context:
space:
mode:
Diffstat (limited to 'ancestry.php')
-rw-r--r--ancestry.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/ancestry.php b/ancestry.php
index f9ca3686be..1cdb12f2d1 100644
--- a/ancestry.php
+++ b/ancestry.php
@@ -111,7 +111,7 @@ $controller
<?php echo '<label>', I18N::translate('Show details'), '</label>'; ?>
</td>
<td class="optionbox">
- <?php echo two_state_checkbox('show_full', $controller->showFull());?>
+ <?php echo checkbox('show_full', $controller->showFull());?>
</td>
</tr>
</table>