ConvertStyle.php
[Pman.Core] / ConvertStyle.php
index 05c5c2d..d35a071 100644 (file)
@@ -133,9 +133,9 @@ class Pman_Core_ConvertStyle extends Pman
 //            }
 //        }
         
-        foreach ($xpath->evaluate('//style') as $s){
+        foreach ($xpath->query('//style') as $s){
+            
             
-            print_r($s);
 //            $this->styleSheets[] = $this->$this->replaceImageUrl($s)
             echo '<br/>';
         }