JsCompile.php
authorAlan Knowles <alan@akbkhome.com>
Tue, 26 Jul 2011 07:47:38 +0000 (15:47 +0800)
committerAlan Knowles <alan@akbkhome.com>
Tue, 26 Jul 2011 07:47:38 +0000 (15:47 +0800)
JsCompile.php

index 6cd7b3d..51f026d 100644 (file)
@@ -260,7 +260,10 @@ class Pman_Core_JsCompile  extends Pman
             
             return true;
         }
-        echo '<!-- packed file did not exist '. htmlspecialchars($res) . "\n-->";
+        echo "<!-- packed file did not exist
+            " . htmlspecialchars($res) . "
+            " . htmlspecialchars($cmd) . "
+            -->";
         return false;
         
     }