From eb173bf17d9eac083998ab67275b012be0e38e29 Mon Sep 17 00:00:00 2001 From: =?utf8?q?St=C3=A9phane=20Jacob?= Date: Tue, 3 Aug 2010 00:06:53 +0200 Subject: [PATCH] Fixes profile display when no email is provided. MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Stéphane Jacob --- templates/profile/profile.tpl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/templates/profile/profile.tpl b/templates/profile/profile.tpl index 63efbf6..53eecf4 100644 --- a/templates/profile/profile.tpl +++ b/templates/profile/profile.tpl @@ -152,6 +152,8 @@ function chgMainWinLoc(strPage) {/if}
+ {else} +
{/if}
-- 2.1.4