]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/frio/templates/photo_view.tpl
Frio: add login background color admin option
[friendica.git] / view / theme / frio / templates / photo_view.tpl
index 17edb858bc27e4f1d5be3d2391510ad7cd37d878..fd47097a5c03ae5dfb39b49f314cae734d0196b5 100644 (file)
@@ -19,7 +19,7 @@
                <div id="photo-photo">
                        {{* The photo *}}
                        <div class="photo-container">
-                               <a href="{{$photo.href}}" title="{{$photo.title}}"><img src="{{$photo.src}}" /></a>
+                               <a href="{{$photo.href}}" title="{{$photo.title}}"><img src="{{$photo.src}}" alt="{{$photo.filename}}"/></a>
                        </div>
 
                        {{* Overlay buttons for previous and next photo *}}