]> git.mxchange.org Git - friendica.git/commitdiff
use correct field for ALT test
authorTobias Diekershoff <tobias.diekershoff@gmx.net>
Sat, 24 Dec 2022 13:57:03 +0000 (14:57 +0100)
committerTobias Diekershoff <tobias.diekershoff@gmx.net>
Sat, 24 Dec 2022 13:57:03 +0000 (14:57 +0100)
view/templates/media/browser.tpl

index 38feee5e07c95dc87e241091313e6783f200ac4a..0dc57a983faf026214003f6d1e033f1989159dd3 100644 (file)
@@ -33,7 +33,7 @@
                {{foreach $files as $f}}
                <div class="photo-album-image-wrapper">
                        <a href="#" class="photo-album-photo-link" data-link="{{$f.0}}" data-filename="{{$f.1}}" data-img="{{$f.2}}" data-alt="{{$f.3}}">
-                               <img alt="{{$f.1}}" src="{{$f.2}}">
+                               <img alt="{{$f.3}}" src="{{$f.2}}">
                                <p>{{$f.1}}</p>
                        </a>
                </div>