mirror of https://gitlab.com/bashrc2/epicyon
Remove spaces
parent
010a8484b8
commit
36fa7c2cb9
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue