Separator

main
Bob Mottram 2022-07-19 14:34:10 +01:00
parent 5d2b7c40f9
commit 89298477aa
1 changed files with 1 additions and 1 deletions

View File

@ -1998,7 +1998,7 @@ def _html_edit_profile_contact_info(nickname: str,
edit_profile_form += \ edit_profile_form += \
'<a href="/users/' + nickname + \ '<a href="/users/' + nickname + \
'/followingaccounts"><label class="labels">' + \ '/followingaccounts"><label class="labels">' + \
translate['Following'] + '</label></a> ' translate['Following'] + '</label></a> | '
edit_profile_form += \ edit_profile_form += \
'<a href="/users/' + nickname + \ '<a href="/users/' + nickname + \
'/followersaccounts"><label class="labels">' + \ '/followersaccounts"><label class="labels">' + \