diff --git a/webapp_profile.py b/webapp_profile.py
index 60e75ec1a..68b29912d 100644
--- a/webapp_profile.py
+++ b/webapp_profile.py
@@ -471,7 +471,8 @@ def _get_profile_header(base_dir: str, http_prefix: str,
ctr += 1
alt_domain, _ = get_domain_from_actor(alt_actor)
other_accounts_html += \
- '' + alt_domain + ''
+ '' + alt_domain + ''
elif isinstance(also_known_as, str):
if also_known_as != actor:
ctr += 1
@@ -484,7 +485,7 @@ def _get_profile_header(base_dir: str, http_prefix: str,
html_str += \
' ' + \
+ translate['QR Code'] + '" tabindex="1">' + \
'
' + profile_description_short + '
\n' + login_button @@ -494,7 +495,8 @@ def _get_profile_header(base_dir: str, http_prefix: str, # show vcard download link html_str += \ ' ' + \ + 'download="contact_' + nickname + '@' + domain_full + \ + '.vcf" tabindex="1">' + \ '' + translate['Email'] + ': ' + email_address + '
\n' + email_address + '" tabindex="1">' + \ + email_address + '\n' if blog_address: donate_section += \ 'Blog: ' + blog_address + '
\n' + blog_address + '" tabindex="1">' + blog_address + '\n' if xmpp_address: donate_section += \ '' + translate['XMPP'] + ': ' + xmpp_address + '
\n' + xmpp_address + '" tabindex="1">' + xmpp_address + '\n' if matrix_address: donate_section += \ '' + translate['Matrix'] + ': ' + matrix_address + '
\n' @@ -764,13 +768,14 @@ def html_profile(signing_priv_key_pem: str, if authorized: edit_profile_str = \ - '' + \ + '' + \ '