From ded341800b96049e93d49444879f991054b8b3e8 Mon Sep 17 00:00:00 2001 From: bashrc Date: Sat, 4 Jul 2026 17:55:19 +0100 Subject: [PATCH] Remove space --- src/webapp_profile.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 += \