ConvertStyle.php
authorEdward <edward@roojs.com>
Wed, 19 Feb 2014 09:39:47 +0000 (17:39 +0800)
committerEdward <edward@roojs.com>
Wed, 19 Feb 2014 09:39:47 +0000 (17:39 +0800)
ConvertStyle.php

index e483b07..c66720a 100644 (file)
@@ -133,7 +133,7 @@ class Pman_Core_ConvertStyle extends Pman
 //            }
 //        }
         
-        foreach ($xpath->query('//style/text()') as $s){
+        foreach ($xpath->query('//style/') as $s){
             
             print_r($s);
 //            $this->styleSheets[] = $this->$this->replaceImageUrl($s)