diff --git a/webapp_profile.py b/webapp_profile.py
index cfc0370d7..5d24f5977 100644
--- a/webapp_profile.py
+++ b/webapp_profile.py
@@ -445,7 +445,9 @@ def _get_profile_header(base_dir: str, http_prefix: str, nickname: str,
occupation_str += \
' ' + occupation_name + '
\n'
- html_str += '
@' + nickname + '@' + domain_full + '
\n'
@@ -549,7 +551,9 @@ def _get_profile_header_after_search(nickname: str, default_timeline: str,
if not display_name:
display_name = search_nickname
html_str += \
- '
@' + search_nickname + '@' + search_domain_full + \
'
\n'
if joined_date: