diff --git a/webapp_profile.py b/webapp_profile.py index f8e5a8195..c21ea8a93 100644 --- a/webapp_profile.py +++ b/webapp_profile.py @@ -713,7 +713,7 @@ def html_profile(signing_priv_key_pem: str, tox_address = get_tox_address(profile_json) briar_address = get_briar_address(profile_json) cwtch_address = get_cwtch_address(profile_json) - verified_site_checkmark = '✔️' + verified_site_checkmark = '✔' if donate_url or website_url or xmpp_address or matrix_address or \ ssb_address or tox_address or briar_address or \ cwtch_address or pgp_pub_key or enigma_pub_key or \ @@ -732,14 +732,16 @@ def html_profile(signing_priv_key_pem: str, nickname, domain, website_url, False, debug): donate_section += \ + '
' + \ verified_site_checkmark + \ - '' + \ + website_url + '

\n' else: - donate_section += '' + \ - website_url + '

\n' + donate_section += \ + '' + \ + website_url + '

\n' if gemini_link: donate_section += \ '

' + 'Gemini' + ':