ConvertStyle.php
[Pman.Core] / ConvertStyle.php
index 10da366..81db0f8 100644 (file)
@@ -136,7 +136,7 @@ class Pman_Core_ConvertStyle extends Pman
         foreach ($xpath->query('//style') as $s){
             $this->styleSheets[] = $this->$this->replaceImageUrl($s->nodeValue, $url);
         }
-        
+        print_r($this->styleSheets);exit;
         exit;
         $data = $doc->saveHTML();