Include emoji icon within div

main
Bob Mottram 2020-06-25 23:02:19 +01:00
parent 44dfef26ba
commit 550a9e7678
1 changed files with 1 additions and 2 deletions

View File

@ -2038,7 +2038,6 @@ def htmlNewPost(mediaInstance: bool, translate: {},
dropDownContent += ' </div>\n'
dropDownContent += ' </li>\n'
dropDownContent += ' </ul>\n'
dropDownContent += '</div>\n'
else:
mentionsStr = 'Re: ' + reportUrl + '\n\n' + mentionsStr
@ -2056,7 +2055,7 @@ def htmlNewPost(mediaInstance: bool, translate: {},
'/searchemoji"><img loading="lazy" class="emojisearch" ' + \
'src="/emoji/1F601.png" title="' + \
translate['Search for emoji'] + '" alt="' + \
translate['Search for emoji'] + '"/></a>\n'
translate['Search for emoji'] + '"/></a></div>\n'
newPostForm += ' </div>\n'
newPostForm += ' <div class="container"><center>\n'
newPostForm += \