diff options
Diffstat (limited to '')
-rw-r--r-- | src/web/helpers/image.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/web/helpers/image.php b/src/web/helpers/image.php index ec867b8..d4683fe 100644 --- a/src/web/helpers/image.php +++ b/src/web/helpers/image.php @@ -73,6 +73,7 @@ function image( if ($alt) { $alt = lang($alt); $attrs['alt'] = $alt; + $attrs['title'] = $alt; } if ($width) { $attrs['width'] = $width; |