aboutsummaryrefslogtreecommitdiff
path: root/views/default/html
diff options
context:
space:
mode:
Diffstat (limited to 'views/default/html')
-rw-r--r--views/default/html/img.php2
1 files changed, 1 insertions, 1 deletions
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 "<img $attributes />"; \ No newline at end of file