Extra line

merge-requests/30/head
Bob Mottram 2021-10-21 20:08:28 +01:00
parent f8a7622b6b
commit d8b2c396e9
1 changed files with 1 additions and 1 deletions

View File

@ -1690,7 +1690,7 @@ def _htmlEditProfileFiltering(baseDir: str, nickname: str, domain: str,
idx = 'Add content warnings for the following sites' idx = 'Add content warnings for the following sites'
editProfileForm += \ editProfileForm += \
'<label class="labels">' + translate[idx] + ':</label>\n' + \ '<label class="labels">' + translate[idx] + ':</label>\n' + \
CWlistsStr '<br>' + CWlistsStr
editProfileForm += endEditSection() editProfileForm += endEditSection()
return editProfileForm return editProfileForm