]> git.mxchange.org Git - friendica.git/commitdiff
Bugfix: fix missing closing div in Frio
authorrabuzarus <>
Fri, 25 Aug 2017 18:03:49 +0000 (20:03 +0200)
committerrabuzarus <>
Fri, 25 Aug 2017 18:03:49 +0000 (20:03 +0200)
view/theme/frio/templates/photo_album.tpl

index 1afe4c88530c386a2f385837470baaec6e351607..48471601609643dc166e3312651da776a7553c8d 100644 (file)
@@ -19,6 +19,7 @@
        {{foreach $photos as $photo}}
                {{include file="photo_top.tpl"}}
        {{/foreach}}
+       </div>
 
        <div class="photo-album-end"></div>