diff options
Diffstat (limited to 'views')
-rw-r--r-- | views/default/input/checkboxes.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/views/default/input/checkboxes.php b/views/default/input/checkboxes.php index 16d13ef66..f501ea36e 100644 --- a/views/default/input/checkboxes.php +++ b/views/default/input/checkboxes.php @@ -76,7 +76,7 @@ if ($options && count($options) > 0) { $input = elgg_view('input/checkbox', $input_vars); - echo "<li>{$input}<label>{$label}</label></li>"; + echo "<li><label>{$input}{$label}</label></li>"; } echo '</ul>'; }
\ No newline at end of file |