main
Bob Mottram 2020-06-25 23:08:28 +01:00
parent cf3f0e9338
commit 26ffccdeab
1 changed files with 2 additions and 1 deletions

View File

@ -2038,6 +2038,7 @@ def htmlNewPost(mediaInstance: bool, translate: {},
dropDownContent += ' </div>\n'
dropDownContent += ' </li>\n'
dropDownContent += ' </ul>\n'
dropDownContent += '</div>\n'
else:
mentionsStr = 'Re: ' + reportUrl + '\n\n' + mentionsStr
@ -2055,7 +2056,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></div>\n'
translate['Search for emoji'] + '"/></a>\n'
newPostForm += ' </div>\n'
newPostForm += ' <div class="container"><center>\n'
newPostForm += \