ConvertStyle.php
[Pman.Core] / 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;
         }