From d3564a4a07299d2c9e6e77fa451b22cf62d077e2 Mon Sep 17 00:00:00 2001 From: battye Date: Sun, 7 Apr 2019 14:30:26 +0000 Subject: [PATCH] [ticket/15917] Remove br tags PHPBB3-15917 --- phpBB/styles/prosilver/template/forumlist_body.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/phpBB/styles/prosilver/template/forumlist_body.html b/phpBB/styles/prosilver/template/forumlist_body.html index faf100f91b..8250a1fd07 100644 --- a/phpBB/styles/prosilver/template/forumlist_body.html +++ b/phpBB/styles/prosilver/template/forumlist_body.html @@ -104,9 +104,9 @@
{forumrow.LAST_POST_TIME} {% if forumrow.U_UNAPPROVED_TOPICS %} - {{ lang('TOPIC_UNAPPROVED_FORUM', forumrow.TOPICS) }}
+ {{ lang('TOPIC_UNAPPROVED_FORUM', forumrow.TOPICS) }} {% else %} - {{ lang('NO_POSTS') }}
+ {{ lang('NO_POSTS') }} {% endif %}