1
0
mirror of https://github.com/monstra-cms/monstra.git synced 2025-08-05 04:37:51 +02:00

Gelato Html - W3 Fixes #189

This commit is contained in:
Awilum
2014-01-14 23:49:29 +02:00
parent 87a55ed5bb
commit 3dfef0e3a3

View File

@@ -285,7 +285,7 @@ class Html
$attributes['src'] = $file;
$attributes['alt'] = (isset($attributes['alt'])) ? $attributes['alt'] : pathinfo($file, PATHINFO_FILENAME);
return '<img'.Html::attributes($attributes).' />';
return '<img'.Html::attributes($attributes).'>';
}
/**