summaryrefslogtreecommitdiff
path: root/src/web/helpers
diff options
context:
space:
mode:
authorFreya Murphy <freya@freyacat.org>2024-09-24 17:30:28 -0400
committerFreya Murphy <freya@freyacat.org>2024-09-24 17:30:28 -0400
commit941e525f8e865713f4011108f17309d2474f7054 (patch)
tree5cc2e03223a7ea1210d42af1f4abd17772124edb /src/web/helpers
parentfix sitemap, drop old tables (diff)
downloadwebsite-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.php1
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;