From 74f8aec55b33b737b81c7094721c04069335b408 Mon Sep 17 00:00:00 2001 From: moisseev Date: Thu, 2 Jul 2020 11:15:47 +0300 Subject: [PATCH] [Minor] Remove line break --- interface/js/app/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interface/js/app/config.js b/interface/js/app/config.js index 043527a99..05efcc7d4 100644 --- a/interface/js/app/config.js +++ b/interface/js/app/config.js @@ -82,7 +82,7 @@ define(["jquery"], items.map(function (e) { return e.html; }).join("") + - "
" + + "
" + "
" + "" + "" + -- 2.39.5