From 13cdb5babf841bb7702dd47b5d0da8f56695e01c Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 24 Dec 2015 11:43:43 +0800 Subject: [PATCH] Asset.php --- Asset.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Asset.php b/Asset.php index e6f644f5..0ac4ba8a 100644 --- a/Asset.php +++ b/Asset.php @@ -352,7 +352,7 @@ trait Pman_Core_Asset_Trait { clearstatcache(); if (!file_exists($compiledir.'/'.$output) || !filesize($compiledir.'/'.$routput)) { - echo "\n"; + echo "\n"; $this->assetArrayToHtml($files,'css'); return; } -- 2.39.2