Extra newlines

merge-requests/30/head
Bob Mottram 2021-03-06 13:35:42 +00:00
parent ffbe06584b
commit 62fc264a51
1 changed files with 1 additions and 1 deletions

View File

@ -1273,7 +1273,7 @@ def htmlEditProfile(cssCache: {}, translate: {}, baseDir: str, path: str,
translate['Instance Logo'] + '</label>'
instanceStr += \
' <input type="file" id="instanceLogo" name="instanceLogo"'
instanceStr += ' accept="' + imageFormats + '">'
instanceStr += ' accept="' + imageFormats + '"><br>\n'
instanceStr += \
' <br><label class="labels">' + \
translate['Security'] + '</label><br>\n'