From 0213304cc1058af92336c502a38e231a8947b0ff Mon Sep 17 00:00:00 2001 From: marcus Date: Fri, 8 Aug 2008 15:02:00 +0000 Subject: Refs #206: Hopefully the last of it. Please remember to use htmlentities($foo, null, 'UTF-8'); whenever using htmlentities! git-svn-id: https://code.elgg.org/elgg/trunk@1800 36083f99-b078-4883-b0ff-0f9b5a30f544 --- views/default/input/checkboxes.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'views/default/input/checkboxes.php') diff --git a/views/default/input/checkboxes.php b/views/default/input/checkboxes.php index c27a197cf..f45f37583 100644 --- a/views/default/input/checkboxes.php +++ b/views/default/input/checkboxes.php @@ -42,7 +42,7 @@ } if ($vars['disabled']) $disabled = ' disabled="yes" '; - echo "
"; + echo "
"; } ?> \ No newline at end of file -- cgit v1.2.3