Remove spaces

merge-requests/8/head
Bob Mottram 2020-11-04 12:55:41 +00:00
parent 010a8484b8
commit 36fa7c2cb9
1 changed files with 1 additions and 2 deletions

View File

@ -2437,8 +2437,7 @@ def htmlNewPostDropDown(scopeIcon: str, scopeDescription: str,
dropDownContent += ' data-toggle="newPostDropdown">\n'
dropDownContent += ' <img loading="lazy" alt="" title="" src="/' + \
iconsDir + '/' + scopeIcon + '"/><b>' + \
scopeDescription + '</b>\n'
dropDownContent += ' </label>\n'
scopeDescription + '</b></label>\n'
dropDownContent += ' <ul>\n'
if showPublicOnDropdown: