the filebrowser.tpl file was missing an "

This commit is contained in:
Tobias Diekershoff 2022-11-06 19:21:37 +01:00
parent 205f19da38
commit fb07ba2e3b
1 changed files with 1 additions and 1 deletions

View 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>