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));