aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles
diff options
context:
space:
mode:
authorDark❶ <dark-1@users.noreply.github.com>2019-04-19 12:23:32 +0530
committerDark❶ <dark-1@users.noreply.github.com>2019-04-19 12:23:32 +0530
commit034f1c2355b98fabb0a5d50150ec12f7cf3d13d0 (patch)
tree5fa7492146a5d19b08956088176d1faa19777649 /phpBB/styles
parentf905b40ce8bb03309fd87ad32ce424aefe76acd3 (diff)
downloadforums-034f1c2355b98fabb0a5d50150ec12f7cf3d13d0.tar
forums-034f1c2355b98fabb0a5d50150ec12f7cf3d13d0.tar.gz
forums-034f1c2355b98fabb0a5d50150ec12f7cf3d13d0.tar.bz2
forums-034f1c2355b98fabb0a5d50150ec12f7cf3d13d0.tar.xz
forums-034f1c2355b98fabb0a5d50150ec12f7cf3d13d0.zip
[ticket/16020] Fix some mistake from PHPBB3-15827
PHPBB3-16020
Diffstat (limited to 'phpBB/styles')
-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>