diff --git a/app/admin/view/default/customview/save_info.html b/app/admin/view/default/customview/save_info.html index 0d6b128ef..f924bd68a 100755 --- a/app/admin/view/default/customview/save_info.html +++ b/app/admin/view/default/customview/save_info.html @@ -111,7 +111,7 @@ class AcePlayground extends HTMLElement this.htmlEditor = ace.edit(shadow.querySelector('#html'), {...ace_editor_config, ...{ theme: 'ace/theme/monokai', mode: 'ace/mode/html', - value: `{{if empty($data["html_content"])}}

Hello World

{{else /}}{{$data.html_content|raw}}{{/if}}`, + value: `{{if empty($data["html_content"])}}{{else /}}{{$data.html_content|raw}}{{/if}}`, }}); this.cssEditor = ace.edit(shadow.querySelector('#css'), {...ace_editor_config, ...{ theme: 'ace/theme/tomorrow_night_eighties',