From fccbec855c92049683134d7376c3d94c2b9c7e0f Mon Sep 17 00:00:00 2001 From: xushubieli Date: Fri, 4 Nov 2022 17:55:24 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/admin/templets/templets_one_add.htm | 2 +- src/system/archive/archives.class.php | 2 +- src/system/dedetemplate.class.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/admin/templets/templets_one_add.htm b/src/admin/templets/templets_one_add.htm index 038edddf..1deac004 100644 --- a/src/admin/templets/templets_one_add.htm +++ b/src/admin/templets/templets_one_add.htm @@ -60,7 +60,7 @@ echo ""; } echo ""; - ?>(通过这个标识来识别类同页面,模板中用{dede:likesgpage id='标识'/}调用有相同标识的页面) + ?>(通过这个标识来识别类同页面,模板中用“{dede:likesgpage id='标识'/}”调用有相同标识的页面) diff --git a/src/system/archive/archives.class.php b/src/system/archive/archives.class.php index 84bbb886..5ef2b846 100755 --- a/src/system/archive/archives.class.php +++ b/src/system/archive/archives.class.php @@ -136,7 +136,7 @@ class Archives */ function ParAddTable() { - //读取附加表信息,并把附加表的资料经过编译处理后导入到$this->Fields中,以方便在模板中用 {dede:field name='fieldname'/} 标记统一调用 + //读取附加表信息,并把附加表的资料经过编译处理后导入到$this->Fields中,以方便在模板中用“{dede:field name='fieldname'/}”标记统一调用 if ($this->ChannelUnit->ChannelInfos['addtable'] != '') { $row = $this->addTableRow; if ($this->ChannelUnit->ChannelInfos['issystem'] == -1) { diff --git a/src/system/dedetemplate.class.php b/src/system/dedetemplate.class.php index 6b0e7bfb..f325a030 100755 --- a/src/system/dedetemplate.class.php +++ b/src/system/dedetemplate.class.php @@ -310,7 +310,7 @@ class DedeTemplate //echo ExecTime() - $t1; } else { //如果存在config文件,则载入此文件,该文件用于保存 $this->tpCfgs的内容,以供扩展用途 - //模板中用{tag:config name='' value=''/}来设定该值 + //模板中用“{tag:config name='' value=''/}”来设定该值 if (file_exists($this->configFile)) { include($this->configFile); }