Merge pull request #12519 from tobiasd/20221224-img

issue 12515
This commit is contained in:
Hypolite Petovan 2022-12-24 10:28:26 -05:00 committed by GitHub
commit c376605dd2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View 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.3}}" src="{{$f.1}}">
<img alt="{{$f.3}}" src="{{$f.2}}">
<p>{{$f.1}}</p>
</a>
</div>