aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbattye <battye@phpbb.com>2019-04-07 14:30:26 +0000
committerbattye <battye@phpbb.com>2019-04-07 14:30:26 +0000
commitd3564a4a07299d2c9e6e77fa451b22cf62d077e2 (patch)
treed912c6e3157e186ce7448969bd0956c0d6f77e6f
parent[ticket/15917] Special unapproved topics message (diff)
downloadforums-d3564a4a07299d2c9e6e77fa451b22cf62d077e2.tar.gz
forums-d3564a4a07299d2c9e6e77fa451b22cf62d077e2.tar.bz2
forums-d3564a4a07299d2c9e6e77fa451b22cf62d077e2.zip
[ticket/15917] Remove br tags
PHPBB3-15917
-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 faf100f91..8250a1fd0 100644
--- a/phpBB/styles/prosilver/template/forumlist_body.html
+++ b/phpBB/styles/prosilver/template/forumlist_body.html
@@ -104,9 +104,9 @@
<br />{forumrow.LAST_POST_TIME}
<!-- ELSE -->
{% if forumrow.U_UNAPPROVED_TOPICS %}
- {{ lang('TOPIC_UNAPPROVED_FORUM', forumrow.TOPICS) }}<br />
+ {{ lang('TOPIC_UNAPPROVED_FORUM', forumrow.TOPICS) }}
{% else %}
- {{ lang('NO_POSTS') }}<br />
+ {{ lang('NO_POSTS') }}
{% endif %}
<!-- ENDIF -->
</span>