From 941e525f8e865713f4011108f17309d2474f7054 Mon Sep 17 00:00:00 2001 From: Freya Murphy Date: Tue, 24 Sep 2024 17:30:28 -0400 Subject: add eff button --- src/web/helpers/image.php | 1 + 1 file changed, 1 insertion(+) (limited to 'src/web/helpers/image.php') 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; -- cgit v1.2.3-freya