From 10ffa90167b9aa3c80353fe0dcb2ed0afbd4bcf7 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Fri, 10 Jun 2022 20:05:54 +0200 Subject: [PATCH] make the javascript use 1 linefeed instead of 2 we don't need it to do 2 linefeeds anymore because the backend handles that before sanitizng --- files/templates/chat.html | 2 +- files/templates/comments.html | 2 +- files/templates/gif_modal.html | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/files/templates/chat.html b/files/templates/chat.html index eafc097ce3..be6fdc756f 100644 --- a/files/templates/chat.html +++ b/files/templates/chat.html @@ -194,7 +194,7 @@ - + {% include "emoji_modal.html" %} {% include "expanded_image_modal.html" %} diff --git a/files/templates/comments.html b/files/templates/comments.html index c053223206..b1f1c2b61c 100644 --- a/files/templates/comments.html +++ b/files/templates/comments.html @@ -849,7 +849,7 @@ {% if v %} - + {% endif %} diff --git a/files/templates/gif_modal.html b/files/templates/gif_modal.html index 9a202ab79c..252b480c33 100644 --- a/files/templates/gif_modal.html +++ b/files/templates/gif_modal.html @@ -26,4 +26,4 @@ - \ No newline at end of file + \ No newline at end of file