From 8edc3ac7efbb2978a1d83daff9438e62eb713df1 Mon Sep 17 00:00:00 2001
From: Bob Mottram
Date: Fri, 20 Aug 2021 14:51:33 +0100
Subject: [PATCH] Remove space
---
webapp_profile.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/webapp_profile.py b/webapp_profile.py
index 6c94a6803..a2e824c73 100644
--- a/webapp_profile.py
+++ b/webapp_profile.py
@@ -432,7 +432,7 @@ def _getProfileHeaderAfterSearch(baseDir: str,
if newNickname and newDomain:
newHandle = newNickname + '@' + newDomainFull
htmlStr += ' ' + translate['New account'] + \
- ': < a href="' + movedTo + '">@' + newHandle + '
\n'
+ ': @' + newHandle + '
\n'
elif alsoKnownAs:
otherAccountshtml = \
' ' + translate['Other accounts'] + ': '