From da6bbc58514db3cfcc78917b6382aeb3acd56542 Mon Sep 17 00:00:00 2001 From: Bart van Bragt Date: Tue, 20 Sep 2005 18:52:37 +0000 Subject: [PATCH] Small bug in template, some fields not shown if user posts first message in forum where postcount is not increased git-svn-id: file:///svn/phpbb/trunk@5215 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/styles/subSilver/template/viewtopic_body.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/phpBB/styles/subSilver/template/viewtopic_body.html b/phpBB/styles/subSilver/template/viewtopic_body.html index 31e1768fac..9b6cbe4738 100644 --- a/phpBB/styles/subSilver/template/viewtopic_body.html +++ b/phpBB/styles/subSilver/template/viewtopic_body.html @@ -167,8 +167,8 @@ -
{L_JOINED}: {postrow.POSTER_JOINED} -
{L_POSTS}: {postrow.POSTER_POSTS} +
{L_JOINED}: {postrow.POSTER_JOINED} +
{L_POSTS}: {postrow.POSTER_POSTS}
{L_LOCATION}: {postrow.POSTER_FROM}