ConvertStyle.php
authorEdward <edward@roojs.com>
Tue, 8 Jul 2014 05:32:45 +0000 (13:32 +0800)
committerEdward <edward@roojs.com>
Tue, 8 Jul 2014 05:32:45 +0000 (13:32 +0800)
ConvertStyle.php

index 265701d..4f57f23 100644 (file)
@@ -92,7 +92,7 @@ class Pman_Core_ConvertStyle extends Pman
             $data = file_get_contents($file);
         }
         
-        if(preg_match('/^\s<!--\sNOT CONVERT STYLE\s-->\s/', $data)){
+        if(preg_match('/NOT CONVERT STYLE/', $data)){
             $inLineCss = false;
         }