diff options
author | Freya Murphy <freya@freyacat.org> | 2024-09-24 17:30:28 -0400 |
---|---|---|
committer | Freya Murphy <freya@freyacat.org> | 2024-09-24 17:30:28 -0400 |
commit | 941e525f8e865713f4011108f17309d2474f7054 (patch) | |
tree | 5cc2e03223a7ea1210d42af1f4abd17772124edb /src/web/helpers | |
parent | fix sitemap, drop old tables (diff) | |
download | website-941e525f8e865713f4011108f17309d2474f7054.tar.gz website-941e525f8e865713f4011108f17309d2474f7054.tar.bz2 website-941e525f8e865713f4011108f17309d2474f7054.zip |
add eff button
Diffstat (limited to 'src/web/helpers')
-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; |