From daef165a2e6919726d65e318f6fbd20d841c751f Mon Sep 17 00:00:00 2001 From: Yuri Kuznetsov Date: Mon, 31 Oct 2022 11:55:39 +0200 Subject: [PATCH] fix --- client/src/ui.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/ui.js b/client/src/ui.js index ffcd9f171b..02b36435a6 100644 --- a/client/src/ui.js +++ b/client/src/ui.js @@ -975,7 +975,7 @@ function (/** marked~ */marked, /** DOMPurify~ */ DOMPurify) { } if (sanitizedMessage === ' ... ') { - sanitizedMessage = ''; + sanitizedMessage = ' '; } let additionalClassName = closeButton ? ' alert-closable' : '';