Extra newline

merge-requests/30/head
Bob Mottram 2022-07-11 10:41:25 +01:00
parent 712beebcb8
commit 655fb521be
1 changed files with 2 additions and 2 deletions

View File

@ -914,11 +914,11 @@ def html_new_post(css_cache: {}, media_instance: bool, translate: {},
if in_reply_to or endpoint == 'newdm': if in_reply_to or endpoint == 'newdm':
if in_reply_to: if in_reply_to:
new_post_form += \ new_post_form += \
' <label class="labels">' + placeholder_mentions + \ ' <br><label class="labels">' + placeholder_mentions + \
'</label><br>\n' '</label><br>\n'
else: else:
new_post_form += \ new_post_form += \
' <a href="/users/' + nickname + \ ' <br><a href="/users/' + nickname + \
'/followingaccounts" title="' + \ '/followingaccounts" title="' + \
translate['Show a list of addresses to send to'] + '">' \ translate['Show a list of addresses to send to'] + '">' \
'<label class="labels">' + \ '<label class="labels">' + \