From 621f8c922fff85a35e6d88bfb02290bb03ef5696 Mon Sep 17 00:00:00 2001 From: Oyabun1 Date: Sun, 17 Aug 2014 20:39:22 +1000 Subject: [PATCH] [ticket/12984] Remove blank line when no forum description shown Add a conditional for forum description and move the
within it. Currently if there is no forum description but there is 1. a displayed forum moderator and/or 2. a displayed sub-forum a blank line is added in place of the description PHPBB3-12984 --- 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 0dd47bea9e..22859b2452 100644 --- a/phpBB/styles/prosilver/template/forumlist_body.html +++ b/phpBB/styles/prosilver/template/forumlist_body.html @@ -34,8 +34,8 @@ {forumrow.FORUM_IMAGE} - {forumrow.FORUM_NAME}
- {forumrow.FORUM_DESC} + {forumrow.FORUM_NAME} +
{forumrow.FORUM_DESC}
{forumrow.L_MODERATOR_STR}{L_COLON} {forumrow.MODERATORS}