Revert "Move emoji search link"

This reverts commit 869b5e3c38.
main
Bob Mottram 2020-06-25 23:06:54 +01:00
parent 869b5e3c38
commit cf3f0e9338
1 changed files with 4 additions and 1 deletions

View File

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