aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarc Alexander <admin@m-a-styles.de>2019-04-20 22:54:48 +0200
committerMarc Alexander <admin@m-a-styles.de>2019-04-20 22:54:48 +0200
commitff72df5218ea905e44f16e73895b2b5e763282b8 (patch)
treebe49188a552fae55df65646c0d737f6dc8feff85
parent4b382e93f0dd060c2a4843f3a2fb8ee23a473dc3 (diff)
parent034f1c2355b98fabb0a5d50150ec12f7cf3d13d0 (diff)
downloadforums-ff72df5218ea905e44f16e73895b2b5e763282b8.tar
forums-ff72df5218ea905e44f16e73895b2b5e763282b8.tar.gz
forums-ff72df5218ea905e44f16e73895b2b5e763282b8.tar.bz2
forums-ff72df5218ea905e44f16e73895b2b5e763282b8.tar.xz
forums-ff72df5218ea905e44f16e73895b2b5e763282b8.zip
Merge pull request #5570 from dark-1/ticket/16020
[ticket/16020] Fix some mistake from PHPBB3-15827
-rw-r--r--phpBB/styles/prosilver/template/viewforum_body.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/prosilver/template/viewforum_body.html b/phpBB/styles/prosilver/template/viewforum_body.html
index bf659bb663..045f801ce5 100644
--- a/phpBB/styles/prosilver/template/viewforum_body.html
+++ b/phpBB/styles/prosilver/template/viewforum_body.html
@@ -197,7 +197,7 @@
<div class="topic-poster responsive-hide left-box">
<!-- IF topicrow.S_HAS_POLL --><i class="icon fa-bar-chart fa-fw" aria-hidden="true"></i><!-- ENDIF -->
<!-- IF topicrow.ATTACH_ICON_IMG --><i class="icon fa-paperclip fa-fw" aria-hidden="true"></i><!-- ENDIF -->
- {L_POST_BY_AUTHOR} <!-- EVENT viewforum_body_topic_author_username_prepend -->{topicrow.TOPIC_AUTHOR_FULL} &raquo; {topicrow.FIRST_POST_TIME}<!-- EVENT viewforum_body_topic_author_username_append -->
+ {L_POST_BY_AUTHOR} <!-- EVENT viewforum_body_topic_author_username_prepend -->{topicrow.TOPIC_AUTHOR_FULL}<!-- EVENT viewforum_body_topic_author_username_append --> &raquo; {topicrow.FIRST_POST_TIME}
<!-- IF topicrow.S_POST_GLOBAL and FORUM_ID != topicrow.FORUM_ID --> &raquo; {L_IN} <a href="{topicrow.U_VIEW_FORUM}">{topicrow.FORUM_NAME}</a><!-- ENDIF -->
</div>