diff --git a/account.php b/account.php index 84c401cde6f..f288eb8891d 100644 --- a/account.php +++ b/account.php @@ -188,6 +188,7 @@ function account_user($uname) { if ($user->id && $user->userid == $uname) { $output .= "\n"; $output .= " \n"; + $output .= " \n"; $output .= " \n"; $output .= " \n"; $output .= " \n";
". t("Username") .":$user->userid
". t("Real name") .":". check_output($user->name) ."
". t("E-mail") .":". format_email($user->fake_email) ."
". t("Homepage") .":". format_url($user->url) ."
". t("Bio") .":". check_output($user->bio, 1) ."