From afd24699b67fae86488f8243a11a7adf1f6b70f7 Mon Sep 17 00:00:00 2001 From: gongfuxiang Date: Mon, 13 Mar 2023 18:07:44 +0800 Subject: [PATCH] =?UTF-8?q?=E8=87=AA=E5=AE=9A=E4=B9=89=E9=A1=B5=E9=9D=A2?= =?UTF-8?q?=E7=BC=96=E8=BE=91=E7=BB=86=E8=8A=82=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/admin/view/default/customview/save_info.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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',