diff options
Diffstat (limited to 'ancestry.php')
| -rw-r--r-- | ancestry.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ancestry.php b/ancestry.php index d939445c5e..3c553cd780 100644 --- a/ancestry.php +++ b/ancestry.php @@ -109,7 +109,7 @@ $controller <?php echo '<label>', I18N::translate('Show details'), '</label>'; ?> </td> <td class="optionbox"> - <?php echo checkbox('show_full', $controller->showFull());?> + <?php echo checkbox('show_full', $controller->showFull()); ?> </td> </tr> </tbody> |
