diff --git a/libraries/Gelato/Html/Html.php b/libraries/Gelato/Html/Html.php
index 26a8ca7..c158f08 100644
--- a/libraries/Gelato/Html/Html.php
+++ b/libraries/Gelato/Html/Html.php
@@ -285,7 +285,7 @@ class Html
$attributes['src'] = $file;
$attributes['alt'] = (isset($attributes['alt'])) ? $attributes['alt'] : pathinfo($file, PATHINFO_FILENAME);
- return '
';
+ return '
';
}
/**