aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Fischer <bantu@phpbb.com>2014-08-17 22:31:46 +0200
committerAndreas Fischer <bantu@phpbb.com>2014-08-17 22:31:46 +0200
commita82a88b555c8cecef1758f32518c9dcb21283bda (patch)
treef791c6dbe208ef145d732b51abe60d0d9d9227fd
parent4ff5aa18aeb26d9d48d93bcde69082bc969896ef (diff)
parent621f8c922fff85a35e6d88bfb02290bb03ef5696 (diff)
downloadforums-a82a88b555c8cecef1758f32518c9dcb21283bda.tar
forums-a82a88b555c8cecef1758f32518c9dcb21283bda.tar.gz
forums-a82a88b555c8cecef1758f32518c9dcb21283bda.tar.bz2
forums-a82a88b555c8cecef1758f32518c9dcb21283bda.tar.xz
forums-a82a88b555c8cecef1758f32518c9dcb21283bda.zip
Merge pull request #2886 from Oyabun1/ticket/12984
[ticket/12984] Remove blank line when no forum description shown * Oyabun1/ticket/12984: [ticket/12984] Remove blank line when no forum description shown
-rw-r--r--phpBB/styles/prosilver/template/forumlist_body.html4
1 files 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 @@
<!-- IF S_ENABLE_FEEDS and forumrow.S_FEED_ENABLED --><!-- <a class="feed-icon-forum" title="{L_FEED} - {forumrow.FORUM_NAME}" href="{U_FEED}?f={forumrow.FORUM_ID}"><img src="{T_THEME_PATH}/images/feed.gif" alt="{L_FEED} - {forumrow.FORUM_NAME}" /></a> --><!-- ENDIF -->
<!-- IF forumrow.FORUM_IMAGE --><span class="forum-image">{forumrow.FORUM_IMAGE}</span><!-- ENDIF -->
- <a href="{forumrow.U_VIEWFORUM}" class="forumtitle">{forumrow.FORUM_NAME}</a><br />
- {forumrow.FORUM_DESC}
+ <a href="{forumrow.U_VIEWFORUM}" class="forumtitle">{forumrow.FORUM_NAME}</a>
+ <!-- IF forumrow.FORUM_DESC --><br />{forumrow.FORUM_DESC}<!-- ENDIF -->
<!-- IF forumrow.MODERATORS -->
<br /><strong>{forumrow.L_MODERATOR_STR}{L_COLON}</strong> {forumrow.MODERATORS}
<!-- ENDIF -->