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