diff options
author | battye <battye@phpbb.com> | 2019-04-07 14:30:26 +0000 |
---|---|---|
committer | battye <battye@phpbb.com> | 2019-04-07 14:30:26 +0000 |
commit | d3564a4a07299d2c9e6e77fa451b22cf62d077e2 (patch) | |
tree | d912c6e3157e186ce7448969bd0956c0d6f77e6f /phpBB/styles/prosilver | |
parent | 59a84a71be236d3f5f05fa932f4f52984fb39037 (diff) | |
download | forums-d3564a4a07299d2c9e6e77fa451b22cf62d077e2.tar forums-d3564a4a07299d2c9e6e77fa451b22cf62d077e2.tar.gz forums-d3564a4a07299d2c9e6e77fa451b22cf62d077e2.tar.bz2 forums-d3564a4a07299d2c9e6e77fa451b22cf62d077e2.tar.xz forums-d3564a4a07299d2c9e6e77fa451b22cf62d077e2.zip |
[ticket/15917] Remove br tags
PHPBB3-15917
Diffstat (limited to 'phpBB/styles/prosilver')
-rw-r--r-- | phpBB/styles/prosilver/template/forumlist_body.html | 4 |
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 faf100f91b..8250a1fd07 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> |