From 8611d62766f80b4cbb4eaff1195e1ef979f1aeb4 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Tue, 22 Mar 2016 18:10:04 +0800 Subject: [PATCH] JsCompile.php --- JsCompile.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/JsCompile.php b/JsCompile.php index 90eeed7a..714bcab6 100644 --- a/JsCompile.php +++ b/JsCompile.php @@ -331,7 +331,7 @@ class Pman_Core_JsCompile extends Pman clearstatcache(); // we should do more checking.. return val etc.. if (file_exists($output) && ($max < filemtime($output) ) ) { - + echo "\n"; return true; } echo ''; -- 2.39.2