diff --git a/phpBB/templates/Default/viewtopic_body.tpl b/phpBB/templates/Default/viewtopic_body.tpl
index 1e6b7a5eeb..b8292ee485 100644
--- a/phpBB/templates/Default/viewtopic_body.tpl
+++ b/phpBB/templates/Default/viewtopic_body.tpl
@@ -69,8 +69,7 @@
{postrow.POSTER_RANK}
{postrow.RANK_IMAGE}
-
- {L_JOINED}: {postrow.POSTER_JOINED}
{L_POSTS}: {postrow.POSTER_POSTS}
{postrow.POSTER_FROM}
+ {postrow.POSTER_JOINED}
{postrow.POSTER_POSTS}
{postrow.POSTER_FROM}
{postrow.POSTER_NAME} {postrow.POSTER_RANK} {postrow.RANK_IMAGE} {L_JOINED}: {postrow.POSTER_JOINED} {L_POSTS}: {postrow.POSTER_POSTS} {postrow.POSTER_FROM} {postrow.POSTER_AVATAR} |
+ {postrow.POSTER_NAME} {postrow.POSTER_RANK} {postrow.RANK_IMAGE} {postrow.POSTER_JOINED} {postrow.POSTER_POSTS} {postrow.POSTER_FROM} {postrow.POSTER_AVATAR} |
Back to top |