From: Edward Date: Tue, 8 Jul 2014 05:32:45 +0000 (+0800) Subject: ConvertStyle.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=fe96e2eaa564cdb9bdfa877697570641772e6e79 ConvertStyle.php --- diff --git a/ConvertStyle.php b/ConvertStyle.php index 265701da..4f57f236 100644 --- a/ConvertStyle.php +++ b/ConvertStyle.php @@ -92,7 +92,7 @@ class Pman_Core_ConvertStyle extends Pman $data = file_get_contents($file); } - if(preg_match('/^\s\s/', $data)){ + if(preg_match('/NOT CONVERT STYLE/', $data)){ $inLineCss = false; }