Remove extra newline

main
Bob Mottram 2021-03-06 12:25:21 +00:00
parent 7bc10aa868
commit 2463a96d2c
1 changed files with 1 additions and 1 deletions

View File

@ -1643,7 +1643,7 @@ def htmlEditProfile(cssCache: {}, translate: {}, baseDir: str, path: str,
# Content controls
editProfileForm += ' <div class="container">\n'
editProfileForm += \
' <br><b><label class="labels">' + \
' <b><label class="labels">' + \
translate['Filtered words'] + '</label></b>\n'
editProfileForm += ' <br><label class="labels">' + \
translate['One per line'] + '</label>\n'