No textareas

main
Bob Mottram 2022-04-19 10:56:24 +01:00
parent 37e1973780
commit 426404c4b2
1 changed files with 1 additions and 1 deletions

View File

@ -358,7 +358,7 @@ def _html_common_emoji(base_dir: str, no_of_emoji: int) -> str:
'<label class="hashtagswarm"><img ' + \
'src="/emoji/' + emoji_name + '.png" ' + \
'alt="" title="">' + \
'<textarea>:' + emoji_name + ':</textarea></label>\n'
':' + emoji_name + ':</label>\n'
ctr += 1
line_ctr += 1
if html_str: