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/output/url.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'views/default/output') diff --git a/views/default/output/url.php b/views/default/output/url.php index 274221a1b..31db9e928 100644 --- a/views/default/output/url.php +++ b/views/default/output/url.php @@ -43,5 +43,5 @@ if (!isset($body)) { } $vars['href'] = $url; -$attributes = html5_get_html_attributes($vars); +$attributes = elgg_format_attributes($vars); echo "$body"; -- cgit v1.2.3