]> git.mxchange.org Git - friendica.git/blobdiff - view/templates/filebrowser.tpl
adhere feedback
[friendica.git] / view / templates / filebrowser.tpl
index 8082355d1d9d6ccb67296957530cdf7c5a70c882..09bf563ee745ccc3967d9f0c2b93571ae926eb34 100644 (file)
@@ -32,7 +32,7 @@
        <div class="list">
                {{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}}>
+                       <a href="#" class="photo-album-photo-link" data-link="{{$f.0}}" data-filename="{{$f.1}}" data-img="{{$f.2}}" data-alt="{{$f.3}}">
                                <img src="{{$f.2}}">
                                <p>{{$f.1}}</p>
                        </a>