mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-10 13:28:55 +00:00
[ticket/15917] Remove br tags
PHPBB3-15917
This commit is contained in:
parent
59a84a71be
commit
d3564a4a07
1 changed files with 2 additions and 2 deletions
|
@ -104,9 +104,9 @@
|
||||||
<br />{forumrow.LAST_POST_TIME}
|
<br />{forumrow.LAST_POST_TIME}
|
||||||
<!-- ELSE -->
|
<!-- ELSE -->
|
||||||
{% if forumrow.U_UNAPPROVED_TOPICS %}
|
{% if forumrow.U_UNAPPROVED_TOPICS %}
|
||||||
{{ lang('TOPIC_UNAPPROVED_FORUM', forumrow.TOPICS) }}<br />
|
{{ lang('TOPIC_UNAPPROVED_FORUM', forumrow.TOPICS) }}
|
||||||
{% else %}
|
{% else %}
|
||||||
{{ lang('NO_POSTS') }}<br />
|
{{ lang('NO_POSTS') }}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
<!-- ENDIF -->
|
<!-- ENDIF -->
|
||||||
</span>
|
</span>
|
||||||
|
|
Loading…
Add table
Reference in a new issue