From 61aa5f907d0de0c819c6f79c8e70643d75c2c321 Mon Sep 17 00:00:00 2001 From: Yuri Kuznetsov Date: Mon, 22 Jan 2024 21:21:40 +0200 Subject: [PATCH] fix --- client/src/helpers/misc/summernote-custom.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/helpers/misc/summernote-custom.js b/client/src/helpers/misc/summernote-custom.js index 661acf13da..2b298403df 100644 --- a/client/src/helpers/misc/summernote-custom.js +++ b/client/src/helpers/misc/summernote-custom.js @@ -289,7 +289,7 @@ function init(langSets) { list.push( options.handlebars ? Espo.loader.requirePromise('lib!ace-mode-handlebars') : - Espo.loader.requirePromise('lib!ace-mode-handlebars') + Espo.loader.requirePromise('lib!ace-mode-html') ); if (options.isDark) {