Extra newlines

merge-requests/30/head
Bob Mottram 2021-03-06 13:34:25 +00:00
parent a9bd5a317c
commit ffbe06584b
1 changed files with 2 additions and 2 deletions

View File

@ -1275,7 +1275,7 @@ def htmlEditProfile(cssCache: {}, translate: {}, baseDir: str, path: str,
' <input type="file" id="instanceLogo" name="instanceLogo"' ' <input type="file" id="instanceLogo" name="instanceLogo"'
instanceStr += ' accept="' + imageFormats + '">' instanceStr += ' accept="' + imageFormats + '">'
instanceStr += \ instanceStr += \
' <label class="labels">' + \ ' <br><label class="labels">' + \
translate['Security'] + '</label><br>\n' translate['Security'] + '</label><br>\n'
if getConfigParam(baseDir, "verifyAllSignatures"): if getConfigParam(baseDir, "verifyAllSignatures"):
instanceStr += \ instanceStr += \
@ -1300,7 +1300,7 @@ def htmlEditProfile(cssCache: {}, translate: {}, baseDir: str, path: str,
translate['Broch mode'] + '<br>\n' translate['Broch mode'] + '<br>\n'
# Instance type # Instance type
instanceStr += \ instanceStr += \
' <label class="labels">' + \ ' <br><label class="labels">' + \
translate['Type of instance'] + '</label><br>\n' translate['Type of instance'] + '</label><br>\n'
instanceStr += \ instanceStr += \
' <input type="checkbox" class="profilecheckbox" ' + \ ' <input type="checkbox" class="profilecheckbox" ' + \