forked from indymedia/epicyon
Include emoji icon within div
parent
44dfef26ba
commit
550a9e7678
|
@ -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 += \
|
||||
|
|
Loading…
Reference in New Issue