From f74d37e286f73538a41cf473d291bf4a57933b8b Mon Sep 17 00:00:00 2001 From: Aevann Date: Sun, 19 Feb 2023 11:27:40 +0200 Subject: [PATCH] add text-break to quoted messages in chat --- 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 f41f44c98..6a9a61779 100644 --- a/files/templates/chat.html +++ b/files/templates/chat.html @@ -38,7 +38,7 @@ {{messages[m['quotes']]['username']}} {%- endif -%} : - + {%- if quote_exists -%} {{messages[m['quotes']]['text']}} {%- endif -%}