remove spaces from babycode html emoji, clean up js

This commit is contained in:
2025-12-15 19:56:54 +03:00
parent c655caab9e
commit 122b706350
3 changed files with 2 additions and 3 deletions

View File

@@ -238,7 +238,7 @@ NAMED_COLORS = [
def make_emoji(name, code):
return f' <img class=emoji src="/static/emoji/{name}.png" alt="{name}" title=":{code}:">'
return f'<img class=emoji src="/static/emoji/{name}.png" alt="{name}" title=":{code}:">'
EMOJI = {