From 11d8d3455a97bae1945bb578c761eaa67292622f Mon Sep 17 00:00:00 2001 From: Chris Smith Date: Thu, 18 Jun 2009 12:59:43 +0000 Subject: Changes to r9617 Fix a template compilation issue, and reshuffle the code. The added template complexity made it more of a problem to check the variables correctly, hence simplification. git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9619 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/styles/prosilver/template/memberlist_view.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'phpBB/styles/prosilver') diff --git a/phpBB/styles/prosilver/template/memberlist_view.html b/phpBB/styles/prosilver/template/memberlist_view.html index 8352583d2a..b9e6f5006d 100644 --- a/phpBB/styles/prosilver/template/memberlist_view.html +++ b/phpBB/styles/prosilver/template/memberlist_view.html @@ -78,9 +78,9 @@
{L_JOINED}:
{JOINED}
{L_VISITED}:
{VISITED}
- +
{L_WARNINGS}:
-
{WARNINGS} [ {L_VIEW_NOTES} | {L_WARN_USER} ]
+
{WARNINGS} [ {L_VIEW_NOTES} | {L_WARN_USER} ]
{L_TOTAL_POSTS}:
{POSTS} | {L_SEARCH_USER_POSTS} -- cgit v1.2.1