Extra line

merge-requests/30/head
Bob Mottram 2024-07-12 12:33:27 +01:00
parent fbdb714c3f
commit 64613e06c2
1 changed files with 1 additions and 1 deletions

View File

@ -2684,7 +2684,7 @@ def _html_edit_profile_import_export(nickname: str, domain: str,
edit_profile_form += \
' <a href="/users/' + nickname + '/followingaccounts.csv" ' + \
'download="' + nickname + '@' + domain + '_following.csv">' + \
'<label class="labels">⇩ CSV</label></a></p>\n'
'<label class="labels">⇩ CSV</label></a></p><br>\n'
followers_str = translate['Followers']
if premium:
followers_str = translate['Fans']