From 46dafed5c63b7a3337aae4b089e50ac1a94d87bf Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Fri, 26 Aug 2022 01:27:11 +0200 Subject: [PATCH] fix prev commit --- files/templates/chat.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/files/templates/chat.html b/files/templates/chat.html index 38e0b4203..c55be2fa9 100644 --- a/files/templates/chat.html +++ b/files/templates/chat.html @@ -136,7 +136,7 @@
- +
@@ -164,7 +164,7 @@ {{m['username']}} {% if not same %} - {{m['time'] | timestamp}} + {{m['time'] | timestamp}} {% endif %}
@@ -209,6 +209,6 @@ - + \ No newline at end of file