From a15a6af6d8d6b917c5732a1412955742dfbff95e Mon Sep 17 00:00:00 2001 From: topnuomi <1130395124@qq.com> Date: Thu, 25 Jul 2019 22:58:26 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8Draw=E6=A0=87=E7=AD=BE?= =?UTF-8?q?=E6=94=AF=E6=8C=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- framework/library/template/driver/Top.php | 1 + 1 file changed, 1 insertion(+) diff --git a/framework/library/template/driver/Top.php b/framework/library/template/driver/Top.php index 8554dcc..c93151f 100644 --- a/framework/library/template/driver/Top.php +++ b/framework/library/template/driver/Top.php @@ -45,6 +45,7 @@ class Top implements TemplateIfs } $content = file_get_contents($filename); $content = $this->engine->compile($content); + $content = $this->engine->returnRaw($content); file_put_contents($compileFileName, $content); } return $compileFileName;