mirror of https://gitlab.com/bashrc2/epicyon
No textareas
parent
37e1973780
commit
426404c4b2
|
@ -358,7 +358,7 @@ def _html_common_emoji(base_dir: str, no_of_emoji: int) -> str:
|
||||||
'<label class="hashtagswarm"><img ' + \
|
'<label class="hashtagswarm"><img ' + \
|
||||||
'src="/emoji/' + emoji_name + '.png" ' + \
|
'src="/emoji/' + emoji_name + '.png" ' + \
|
||||||
'alt="" title="">' + \
|
'alt="" title="">' + \
|
||||||
'<textarea>:' + emoji_name + ':</textarea></label>\n'
|
':' + emoji_name + ':</label>\n'
|
||||||
ctr += 1
|
ctr += 1
|
||||||
line_ctr += 1
|
line_ctr += 1
|
||||||
if html_str:
|
if html_str:
|
||||||
|
|
Loading…
Reference in New Issue