diff options
Diffstat (limited to 'hourglass.php')
| -rw-r--r-- | hourglass.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hourglass.php b/hourglass.php index ece35c516b..bc0e74c02e 100644 --- a/hourglass.php +++ b/hourglass.php @@ -52,7 +52,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::translate('View'); ?>"> |
