From bd5b178fc42fbd01964804ed7bdadff96301da6a Mon Sep 17 00:00:00 2001 From: Yuri Kuznetsov Date: Sun, 29 Dec 2024 13:22:30 +0200 Subject: [PATCH] remove whitespace --- client/src/views/modal.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/views/modal.js b/client/src/views/modal.js index c3b93c9db5..c7b6b0abcd 100644 --- a/client/src/views/modal.js +++ b/client/src/views/modal.js @@ -496,7 +496,7 @@ class ModalView extends View { } if (o.iconHtml && !o.html) { - o.html = o.iconHtml + ' ' + this.getHelper().escapeString(o.text) + ''; + o.html = o.iconHtml + '' + this.getHelper().escapeString(o.text) + ''; } else if (o.iconClass && !o.html) { o.html = `` +