From 59548e8d51c300d8a9428aab67bb95955610d59f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8F=99=E8=BF=B0=E3=80=81=E5=88=AB=E7=A6=BB?= <2449271624@qq.com> Date: Tue, 19 Sep 2023 17:46:54 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/admin/mychannel_edit.php | 2 +- src/admin/templets/file_edit.htm | 3 +-- src/admin/templets/freelist_add.htm | 2 +- src/admin/templets/freelist_edit.htm | 2 +- src/admin/templets/mychannel_edit.htm | 2 +- src/admin/templets/mytag_tag_guide.htm | 2 +- src/admin/templets/tag_test.htm | 2 +- src/admin/templets/tpl_edit.htm | 2 +- src/admin/templets/tpl_edit_tag.htm | 2 +- 9 files changed, 9 insertions(+), 10 deletions(-) diff --git a/src/admin/mychannel_edit.php b/src/admin/mychannel_edit.php index 4bcbb79e..b7e44f76 100644 --- a/src/admin/mychannel_edit.php +++ b/src/admin/mychannel_edit.php @@ -572,7 +572,7 @@ if ($dopost == "show") { echo ""; echo $forms; } diff --git a/src/admin/templets/file_edit.htm b/src/admin/templets/file_edit.htm index 2396aa22..d35f67d0 100644 --- a/src/admin/templets/file_edit.htm +++ b/src/admin/templets/file_edit.htm @@ -64,8 +64,7 @@ var editor = CodeMirror.fromTextArea(document.getElementById("str"), { lineNumbers: true, lineWrapping: true, - mode: '{dede:global name=' - extension '/}' + mode: '{dede:global name='extension'/}', }); diff --git a/src/admin/templets/freelist_add.htm b/src/admin/templets/freelist_add.htm index 2fb1fec6..748e9a0a 100644 --- a/src/admin/templets/freelist_add.htm +++ b/src/admin/templets/freelist_add.htm @@ -214,7 +214,7 @@ var editor = CodeMirror.fromTextArea(document.getElementById("myinnertext"), { lineNumbers: true, lineWrapping: true, - mode: 'text/html' + mode: 'text/html', }); diff --git a/src/admin/templets/freelist_edit.htm b/src/admin/templets/freelist_edit.htm index 770821aa..a5315bf1 100644 --- a/src/admin/templets/freelist_edit.htm +++ b/src/admin/templets/freelist_edit.htm @@ -214,7 +214,7 @@ var editor = CodeMirror.fromTextArea(document.getElementById("myinnertext"), { lineNumbers: true, lineWrapping: true, - mode: 'text/html' + mode: 'text/html', }); diff --git a/src/admin/templets/mychannel_edit.htm b/src/admin/templets/mychannel_edit.htm index 714cf2a9..5949cea6 100644 --- a/src/admin/templets/mychannel_edit.htm +++ b/src/admin/templets/mychannel_edit.htm @@ -287,7 +287,7 @@ var editor = CodeMirror.fromTextArea(document.getElementById("fieldset"), { lineNumbers: true, lineWrapping: true, - mode: 'text/html' + mode: 'text/html', }); diff --git a/src/admin/templets/mytag_tag_guide.htm b/src/admin/templets/mytag_tag_guide.htm index 77a18c59..ec75f989 100644 --- a/src/admin/templets/mytag_tag_guide.htm +++ b/src/admin/templets/mytag_tag_guide.htm @@ -172,7 +172,7 @@ var editor = CodeMirror.fromTextArea(document.getElementById("myinnertext"), { lineNumbers: true, lineWrapping: true, - mode: 'text/html' + mode: 'text/html', }); diff --git a/src/admin/templets/tag_test.htm b/src/admin/templets/tag_test.htm index 91a57dd9..4a3096c7 100644 --- a/src/admin/templets/tag_test.htm +++ b/src/admin/templets/tag_test.htm @@ -53,7 +53,7 @@ var editor = CodeMirror.fromTextArea(document.getElementById("partcode"), { lineNumbers: true, lineWrapping: true, - mode: 'text/html' + mode: 'text/html', }); diff --git a/src/admin/templets/tpl_edit.htm b/src/admin/templets/tpl_edit.htm index 9cad528f..973cdacc 100644 --- a/src/admin/templets/tpl_edit.htm +++ b/src/admin/templets/tpl_edit.htm @@ -102,7 +102,7 @@ var editor = CodeMirror.fromTextArea(document.getElementById("content"), { lineNumbers: true, lineWrapping: true, - mode: 'text/html' + mode: 'text/html', }); diff --git a/src/admin/templets/tpl_edit_tag.htm b/src/admin/templets/tpl_edit_tag.htm index e324b320..9ec9917b 100644 --- a/src/admin/templets/tpl_edit_tag.htm +++ b/src/admin/templets/tpl_edit_tag.htm @@ -62,7 +62,7 @@ var editor = CodeMirror.fromTextArea(document.getElementById("content"), { lineNumbers: true, lineWrapping: true, - mode: 'text/x-php' + mode: 'text/x-php', });