From dff32c364b99e57db5ea891ce93f7ab5df9b3258 Mon Sep 17 00:00:00 2001 From: Evan Winslow Date: Fri, 18 Mar 2011 21:28:05 -0700 Subject: Removed custom html5 function in favor of core function --- views/default/input/option.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'views/default/input/option.php') diff --git a/views/default/input/option.php b/views/default/input/option.php index f420c9be4..05d5d649f 100644 --- a/views/default/input/option.php +++ b/views/default/input/option.php @@ -8,6 +8,6 @@ if (!isset($text)) { } $text = htmlentities($text, ENT_QUOTES, 'UTF-8'); -$attributes = html5_get_html_attributes($vars); +$attributes = elgg_format_attributes($vars); echo ""; \ No newline at end of file -- cgit v1.2.3