mirror of https://gitlab.com/bashrc2/epicyon
Remove spaces
parent
19ca58ddbf
commit
ec43213479
|
@ -2796,12 +2796,12 @@ def htmlNewPost(cssCache: {}, mediaInstance: bool, translate: {},
|
||||||
questionOptionOnDropdown = ''
|
questionOptionOnDropdown = ''
|
||||||
if not replyStr:
|
if not replyStr:
|
||||||
shareOptionOnDropdown = \
|
shareOptionOnDropdown = \
|
||||||
' <a href="' + pathBase + \
|
'<a href="' + pathBase + \
|
||||||
'/newshare"><li><img loading="lazy" alt="" title="" src="/' + \
|
'/newshare"><li><img loading="lazy" alt="" title="" src="/' + \
|
||||||
iconsDir + '/scope_share.png"/><b>' + translate['Shares'] + \
|
iconsDir + '/scope_share.png"/><b>' + translate['Shares'] + \
|
||||||
'</b><br>' + translate['Describe a shared item'] + '</li></a>'
|
'</b><br>' + translate['Describe a shared item'] + '</li></a>'
|
||||||
questionOptionOnDropdown = \
|
questionOptionOnDropdown = \
|
||||||
' <a href="' + pathBase + \
|
'<a href="' + pathBase + \
|
||||||
'/newquestion"><li><img loading="lazy" alt="" title="" src="/' + \
|
'/newquestion"><li><img loading="lazy" alt="" title="" src="/' + \
|
||||||
iconsDir + '/scope_question.png"/><b>' + translate['Question'] + \
|
iconsDir + '/scope_question.png"/><b>' + translate['Question'] + \
|
||||||
'</b><br>' + translate['Ask a question'] + '</li></a>'
|
'</b><br>' + translate['Ask a question'] + '</li></a>'
|
||||||
|
@ -2862,17 +2862,20 @@ def htmlNewPost(cssCache: {}, mediaInstance: bool, translate: {},
|
||||||
dropDownContent += "right desktoponly' id='msgscope'>"
|
dropDownContent += "right desktoponly' id='msgscope'>"
|
||||||
dropDownContent += "<ul class='nav msgscope-nav msgscope-right'>"
|
dropDownContent += "<ul class='nav msgscope-nav msgscope-right'>"
|
||||||
dropDownContent += "<li style='position: relative;'>"
|
dropDownContent += "<li style='position: relative;'>"
|
||||||
|
|
||||||
dropDownContent += "<div class='toggle-msgScope button-msgScope'>"
|
dropDownContent += "<div class='toggle-msgScope button-msgScope'>"
|
||||||
dropDownContent += "<input id='toggleMsgScope' "
|
dropDownContent += "<input id='toggleMsgScope' "
|
||||||
dropDownContent += "name='toggleMsgScope' type='checkbox'/>"
|
dropDownContent += "name='toggleMsgScope' type='checkbox'/>"
|
||||||
dropDownContent += "<label for='toggleMsgScope'>"
|
dropDownContent += "<label for='toggleMsgScope'>"
|
||||||
|
|
||||||
dropDownContent += "<div class='lined-thin'>"
|
dropDownContent += "<div class='lined-thin'>"
|
||||||
dropDownContent += '<img loading="lazy" alt="" title="" src="/'
|
dropDownContent += '<img loading="lazy" alt="" title="" src="/'
|
||||||
dropDownContent += iconsDir + '/' + scopeIcon
|
dropDownContent += iconsDir + '/' + scopeIcon
|
||||||
dropDownContent += '"/><b class="scope-desc">'
|
dropDownContent += '"/><b class="scope-desc">'
|
||||||
dropDownContent += scopeDescription + '</b>'
|
dropDownContent += scopeDescription + '</b>'
|
||||||
dropDownContent += "<span class='caret'/>"
|
dropDownContent += "<span class='caret'>"
|
||||||
dropDownContent += "</div>"
|
dropDownContent += "</div>"
|
||||||
|
|
||||||
dropDownContent += "</label>"
|
dropDownContent += "</label>"
|
||||||
dropDownContent += "<div class='toggle-inside'>"
|
dropDownContent += "<div class='toggle-inside'>"
|
||||||
dropDownContent += "<ul aria-labelledby='dropdownMsgScope' "
|
dropDownContent += "<ul aria-labelledby='dropdownMsgScope' "
|
||||||
|
|
Loading…
Reference in New Issue