ConvertStyle.php
[Pman.Core] / ConvertStyle.php
index c66720a..5b1f664 100644 (file)
@@ -135,7 +135,7 @@ class Pman_Core_ConvertStyle extends Pman
         
         foreach ($xpath->query('//style/') as $s){
             
-            print_r($s);
+            print_r(1);
 //            $this->styleSheets[] = $this->$this->replaceImageUrl($s)
             echo '<br/>';
         }