diff --git a/src/webapp_profile.py b/src/webapp_profile.py index 8de5970ab..89bff1a70 100644 --- a/src/webapp_profile.py +++ b/src/webapp_profile.py @@ -1109,7 +1109,7 @@ def _get_profile_header_after_search(base_dir: str, '
' + ricochet_address + '
\n' else: html_str += \ - 'ricochet: ' + ricochet_address + '
\n' + 'ricochet:' + ricochet_address + '
\n' if briar_address: if briar_address.startswith('briar://'): html_str += \