From 7c5eefa4e79c94958b2339f52569b094ea83a119 Mon Sep 17 00:00:00 2001 From: Anyon Date: Wed, 8 Feb 2017 03:44:39 -0500 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=A8=A1=E6=9D=BF=E5=88=86?= =?UTF-8?q?=E5=89=B2=E7=AC=A6=E4=B8=BA=E7=82=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/config.php b/config/config.php index cead0223a..2695dfd4d 100644 --- a/config/config.php +++ b/config/config.php @@ -126,7 +126,7 @@ return [ // 模板后缀 'view_suffix' => 'html', // 模板文件名分隔符 - 'view_depr' => DS, + 'view_depr' => '.', // 模板引擎普通标签开始标记 'tpl_begin' => '{', // 模板引擎普通标签结束标记