diff options
-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> |