]> git.mxchange.org Git - friendica.git/commitdiff
the filebrowser.tpl file was missing an "
authorTobias Diekershoff <tobias.diekershoff@gmx.net>
Sun, 6 Nov 2022 18:21:37 +0000 (19:21 +0100)
committerTobias Diekershoff <tobias.diekershoff@gmx.net>
Sun, 6 Nov 2022 18:21:37 +0000 (19:21 +0100)
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>