From 1e1f78116de0427a9a298d0ae3899792acc01fba Mon Sep 17 00:00:00 2001 From: Aevann Date: Fri, 27 Jan 2023 20:15:31 +0200 Subject: [PATCH] remove unnecesesary class --- files/templates/chat.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/templates/chat.html b/files/templates/chat.html index 4b5c9bfaf..209a48069 100644 --- a/files/templates/chat.html +++ b/files/templates/chat.html @@ -25,7 +25,7 @@ {% macro chat_group_template(id, m) %}
-
{% if m %}{{m['username']}}{% else %}NULL{% endif %}
+
{% if m %}{{m['username']}}{% else %}NULL{% endif %}
{% if m %}{{m['time'] | timestamp}}{% else %}just now{% endif %} {% endmacro %}