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);