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/html/img.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'views/default/html') diff --git a/views/default/html/img.php b/views/default/html/img.php index 734e59a55..10fcbe0d1 100644 --- a/views/default/html/img.php +++ b/views/default/html/img.php @@ -6,6 +6,6 @@ $defaults = array( 'border' => 0, ); -$attributes = html5_get_html_attributes(array_merge($defaults, $vars)); +$attributes = elgg_format_attributes(array_merge($defaults, $vars)); echo ""; \ No newline at end of file -- cgit v1.2.3