Remove spaces

main
Bob Mottram 2020-11-04 10:24:00 +00:00
parent 19ca58ddbf
commit ec43213479
1 changed files with 6 additions and 3 deletions

View File

@ -2862,17 +2862,20 @@ def htmlNewPost(cssCache: {}, mediaInstance: bool, translate: {},
dropDownContent += "right desktoponly' id='msgscope'>"
dropDownContent += "<ul class='nav msgscope-nav msgscope-right'>"
dropDownContent += "<li style='position: relative;'>"
dropDownContent += "<div class='toggle-msgScope button-msgScope'>"
dropDownContent += "<input id='toggleMsgScope' "
dropDownContent += "name='toggleMsgScope' type='checkbox'/>"
dropDownContent += "<label for='toggleMsgScope'>"
dropDownContent += "<div class='lined-thin'>"
dropDownContent += '<img loading="lazy" alt="" title="" src="/'
dropDownContent += iconsDir + '/' + scopeIcon
dropDownContent += '"/><b class="scope-desc">'
dropDownContent += scopeDescription + '</b>'
dropDownContent += "<span class='caret'/>"
dropDownContent += "<span class='caret'>"
dropDownContent += "</div>"
dropDownContent += "</label>"
dropDownContent += "<div class='toggle-inside'>"
dropDownContent += "<ul aria-labelledby='dropdownMsgScope' "