Remove newline

main
Bob Mottram 2021-05-17 18:57:37 +01:00
parent 7a78f8e7d8
commit dc611d444b
1 changed files with 1 additions and 1 deletions

View File

@ -1302,7 +1302,7 @@ def htmlEditProfile(cssCache: {}, translate: {}, baseDir: str, path: str,
# Themes section
themes = getThemesList(baseDir)
themesDropdown += ' <br><label class="labels">' + \
themesDropdown += ' <label class="labels">' + \
translate['Theme'] + '</label><br>\n'
grayscaleFilename = \
baseDir + '/accounts/.grayscale'