From d6a9f31de253286e590540e826e99487bc2a650e Mon Sep 17 00:00:00 2001 From: Aevann Date: Sun, 22 Jan 2023 06:22:49 +0200 Subject: [PATCH] fixes to chat --- files/templates/chat.html | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/files/templates/chat.html b/files/templates/chat.html index d82d03eb0..5daca1a1e 100644 --- a/files/templates/chat.html +++ b/files/templates/chat.html @@ -42,11 +42,7 @@
- @ - - {% if m and m['quotes'] %}{{messages[m['quotes']]['username']}}{% endif %} - - : + @{% if m and m['quotes'] %}{{messages[m['quotes']]['username']}}{% endif %}: {% if m and m['quotes'] %}{{messages[m['quotes']]['text']}}{% endif %}