From e03b0c9385625812387a34284a330583b8d01a1e Mon Sep 17 00:00:00 2001 From: rabuzarus <> Date: Fri, 25 Aug 2017 20:03:49 +0200 Subject: [PATCH] Bugfix: fix missing closing div in Frio --- view/theme/frio/templates/photo_album.tpl | 1 + 1 file changed, 1 insertion(+) diff --git a/view/theme/frio/templates/photo_album.tpl b/view/theme/frio/templates/photo_album.tpl index 1afe4c885..484716016 100644 --- a/view/theme/frio/templates/photo_album.tpl +++ b/view/theme/frio/templates/photo_album.tpl @@ -19,6 +19,7 @@ {{foreach $photos as $photo}} {{include file="photo_top.tpl"}} {{/foreach}} +