mirror of https://gitlab.com/bashrc2/epicyon
Remove extra newline
parent
7bc10aa868
commit
2463a96d2c
|
@ -1643,7 +1643,7 @@ def htmlEditProfile(cssCache: {}, translate: {}, baseDir: str, path: str,
|
||||||
# Content controls
|
# Content controls
|
||||||
editProfileForm += ' <div class="container">\n'
|
editProfileForm += ' <div class="container">\n'
|
||||||
editProfileForm += \
|
editProfileForm += \
|
||||||
' <br><b><label class="labels">' + \
|
' <b><label class="labels">' + \
|
||||||
translate['Filtered words'] + '</label></b>\n'
|
translate['Filtered words'] + '</label></b>\n'
|
||||||
editProfileForm += ' <br><label class="labels">' + \
|
editProfileForm += ' <br><label class="labels">' + \
|
||||||
translate['One per line'] + '</label>\n'
|
translate['One per line'] + '</label>\n'
|
||||||
|
|
Loading…
Reference in New Issue