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