mirror of https://gitlab.com/bashrc2/epicyon
Remove extraneous newline
parent
e2a4751027
commit
2e5623883e
|
@ -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'
|
||||
|
|
Loading…
Reference in New Issue