From c54946dbc8da5f94fe156106d885b736fe942390 Mon Sep 17 00:00:00 2001 From: cash Date: Thu, 30 Dec 2010 19:25:10 +0000 Subject: fixed a few minor issues in input views for validation git-svn-id: http://code.elgg.org/elgg/trunk@7774 36083f99-b078-4883-b0ff-0f9b5a30f544 --- views/default/input/checkboxes.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'views/default/input/checkboxes.php') diff --git a/views/default/input/checkboxes.php b/views/default/input/checkboxes.php index 2222875d8..f0bf0525b 100644 --- a/views/default/input/checkboxes.php +++ b/views/default/input/checkboxes.php @@ -43,7 +43,7 @@ $js = (isset($vars['js'])) ? $vars['js'] : ''; if ($options) { // include a default value so if nothing is checked 0 will be passed. if ($internalname && $default !== FALSE) { - echo ""; + echo ""; } foreach ($options as $label => $option) { @@ -75,6 +75,6 @@ if ($options) { $input = elgg_view('input/checkbox', $input_vars); - echo "
"; + echo "{$input}
"; } } \ No newline at end of file -- cgit v1.2.3