diff --git a/webapp_person_options.py b/webapp_person_options.py index f56c467c9..5136daa67 100644 --- a/webapp_person_options.py +++ b/webapp_person_options.py @@ -214,7 +214,7 @@ def html_person_options(default_timeline: str, options_link_str = '' if options_link: - options_link_str = \ + options_link_str += \ ' \n' if moved_to: @@ -351,7 +351,7 @@ def html_person_options(default_timeline: str, if email_address: options_str += \ - '
' + translate['Email'] + \ + '
' + translate['Email'] + \ ': ' + remove_html(email_address) + '
\n' if web_address: @@ -359,50 +359,51 @@ def html_person_options(default_timeline: str, if '://' not in web_str: web_str = 'https://' + web_str options_str += \ - '🌐 ' + \
+ ' \n'
if gemini_link:
gemini_str = remove_html(gemini_link)
if '://' not in gemini_str:
gemini_str = 'gemini://' + gemini_str
options_str += \
- ' ♊ ' + \
+ ' \n'
if xmpp_address:
options_str += \
- ' ' + translate['XMPP'] + \
+ ' ' + translate['XMPP'] + \
': ' + \
xmpp_address + ' ' + translate['Matrix'] + ': ' + \
+ ' ' + translate['Matrix'] + ': ' + \
remove_html(matrix_address) + ' SSB: ' + remove_html(ssb_address) + ' SSB: ' + remove_html(ssb_address) + ' Blog: Blog: ' + \
remove_html(blog_address) + ' Tox: ' + remove_html(tox_address) + ' Tox: ' + remove_html(tox_address) + ' ' + \
+ ' ' + \
remove_html(briar_address) + ' briar://' + \
+ ' briar://' + \
remove_html(briar_address) + ' Cwtch: ' + remove_html(cwtch_address) + ' Cwtch: ' + \
+ remove_html(cwtch_address) + ' Enigma: ' + \
+ ' Enigma: ' + \
remove_html(enigma_pub_key) + ' PGP: ' + \