From 000b90914ad702d0612e7c5599d07b8a8f68d7f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=B9=E8=AF=9A=E8=AF=9A?= Date: Fri, 12 Jan 2018 11:52:47 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=BB=B6=E8=BF=9F=E5=8A=A0?= =?UTF-8?q?=E8=BD=BD=E8=84=9A=E6=9C=AC=EF=BC=8Cdefer=E5=8F=AA=E8=83=BD?= =?UTF-8?q?=E5=9C=A8IE=E4=B8=8B=E7=94=9F=E6=95=88=EF=BC=8C=E6=94=B9?= =?UTF-8?q?=E4=B8=BAasync?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/third_party/htmlcompressor/controllers/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/third_party/htmlcompressor/controllers/index.php b/application/third_party/htmlcompressor/controllers/index.php index c530f0ac..7c1c1a78 100644 --- a/application/third_party/htmlcompressor/controllers/index.php +++ b/application/third_party/htmlcompressor/controllers/index.php @@ -122,7 +122,7 @@ class Index extends CI_Controller { $js_content = $js_scr_content . $js_jquery_content; //延迟加载js,需要把返回的js代码保存到一个文件中,然后替换占位符,以便加载js文件 - $lastload_js.=''; + $lastload_js.=''; $lastload_js.=$js_inline_content; $html_object = str_replace('', $lastload_js . '', $html_object);