From 00694f0dfd03ab51c511a0ba35c98cfe1e22f918 Mon Sep 17 00:00:00 2001 From: Mario Date: Wed, 2 Nov 2022 19:19:24 +0000 Subject: css fixes --- view/tpl/channel_activities_photos.tpl | 2 +- view/tpl/photo_top.tpl | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'view/tpl') diff --git a/view/tpl/channel_activities_photos.tpl b/view/tpl/channel_activities_photos.tpl index b0079f382..cba157627 100644 --- a/view/tpl/channel_activities_photos.tpl +++ b/view/tpl/channel_activities_photos.tpl @@ -5,7 +5,7 @@ {{foreach $items as $i}} {{$i.alt}} -
+
{{/foreach}} diff --git a/view/tpl/photo_top.tpl b/view/tpl/photo_top.tpl index 16862a8d6..1cfcc7aa3 100644 --- a/view/tpl/photo_top.tpl +++ b/view/tpl/photo_top.tpl @@ -1,4 +1,5 @@ {{if $photo.album.name}}{{$photo.album.name}}{{elseif $photo.desc}}{{$photo.desc}}{{elseif $photo.alt}}{{$photo.alt}}{{else}}{{$photo.unknown}}{{/if}} +
{{if $photo.album.name}}{{$photo.album.name}}{{elseif $photo.desc}}{{$photo.desc}}{{elseif $photo.alt}}{{$photo.alt}}{{else}}{{$photo.unknown}}{{/if}}
-- cgit v1.2.3