mirror of https://gitlab.com/bashrc2/epicyon
Remove newline
parent
7a78f8e7d8
commit
dc611d444b
|
@ -1302,7 +1302,7 @@ def htmlEditProfile(cssCache: {}, translate: {}, baseDir: str, path: str,
|
||||||
|
|
||||||
# Themes section
|
# Themes section
|
||||||
themes = getThemesList(baseDir)
|
themes = getThemesList(baseDir)
|
||||||
themesDropdown += ' <br><label class="labels">' + \
|
themesDropdown += ' <label class="labels">' + \
|
||||||
translate['Theme'] + '</label><br>\n'
|
translate['Theme'] + '</label><br>\n'
|
||||||
grayscaleFilename = \
|
grayscaleFilename = \
|
||||||
baseDir + '/accounts/.grayscale'
|
baseDir + '/accounts/.grayscale'
|
||||||
|
|
Loading…
Reference in New Issue