From 3dfef0e3a3c837a659da58ffdca3e173a014c1cd Mon Sep 17 00:00:00 2001 From: Awilum Date: Tue, 14 Jan 2014 23:49:29 +0200 Subject: [PATCH] Gelato Html - W3 Fixes #189 --- libraries/Gelato/Html/Html.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ''; } /**