From: Alan Knowles Date: Thu, 24 Dec 2015 03:44:51 +0000 (+0800) Subject: Asset.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=39fc2e71ce142245c2db2c122a4bccc8eee61dce Asset.php --- diff --git a/Asset.php b/Asset.php index 1b356270..2ff3d1ca 100644 --- a/Asset.php +++ b/Asset.php @@ -204,7 +204,7 @@ trait Pman_Core_Asset_Trait { clearstatcache(); if (!file_exists($compiledir.'/'.$output) || !filesize($compiledir.'/'.$output)) { - echo "\n"; + echo "\n"; $this->assetArrayToHtml($files,'js'); return; }