mirror of https://gitlab.com/bashrc2/epicyon
Extra newlines
parent
a9bd5a317c
commit
ffbe06584b
|
@ -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" ' + \
|
||||||
|
|
Loading…
Reference in New Issue