Remove extraneous newline

merge-requests/30/head
Bob Mottram 2021-03-06 15:16:33 +00:00
parent e2a4751027
commit 2e5623883e
1 changed files with 1 additions and 1 deletions

View File

@ -1616,7 +1616,7 @@ def htmlEditProfile(cssCache: {}, translate: {}, baseDir: str, path: str,
if not newsInstance:
editProfileForm += \
' <br><label class="labels">' + \
' <label class="labels">' + \
translate['Background image'] + '</label>\n'
editProfileForm += ' <input type="file" id="image" name="image"'
editProfileForm += ' accept="' + imageFormats + '">\n'