diff options
Diffstat (limited to 'familybook.php')
| -rw-r--r-- | familybook.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/familybook.php b/familybook.php index 11f2e4cf8e..1dc3978206 100644 --- a/familybook.php +++ b/familybook.php @@ -51,7 +51,7 @@ $controller <?php echo I18N::translate('Show details'); ?> </td> <td class="optionbox"> - <?php echo two_state_checkbox("show_full",$controller->showFull());?> + <?php echo two_state_checkbox("show_full", $controller->showFull()); ?> </td> <td rowspan="3" class="topbottombar vmiddle"> <input type="submit" value="<?php echo /* I18N: Submit button, on a form */ I18N::translate('View'); ?>"> |
