From d786872da7118b616dbe9107aef912113bb4fabb Mon Sep 17 00:00:00 2001 From: David Anderson Date: Fri, 17 Oct 2008 16:47:02 +0000 Subject: [PATCH] web tweeak svn path=/trunk/boinc/; revision=16228 --- html/inc/user.inc | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/html/inc/user.inc b/html/inc/user.inc index cfc97cedd0..7419cf1d12 100644 --- a/html/inc/user.inc +++ b/html/inc/user.inc @@ -198,11 +198,9 @@ function show_user_info_private($user) { row2(tra("Name"), $user->name); row2(tra("Email address"), $email_text); if (strlen($user->url)) { - $x = "http://$user->url"; - } else { - $x = "none"; + $x = "url>http://$user->url"; + row2(tra("URL"), $x); } - row2(tra("URL"), $x); row2(tra("Country"), $user->country); row2(tra("Postal code"), $user->postal_code); row2(tra("%1 member since", PROJECT), date_str($user->create_time));