Merge pull request #3656 from rabuzarus/20170825_-_frio_photo_css_fix

Bugfix: fix missing closing div in Frio
This commit is contained in:
Tobias Diekershoff 2017-08-25 22:07:33 +02:00 committed by GitHub
commit 080eba64b2

View file

@ -19,6 +19,7 @@
{{foreach $photos as $photo}}
{{include file="photo_top.tpl"}}
{{/foreach}}
</div>
<div class="photo-album-end"></div>