ConvertStyle.php
authorEdward <edward@roojs.com>
Wed, 19 Feb 2014 09:31:44 +0000 (17:31 +0800)
committerEdward <edward@roojs.com>
Wed, 19 Feb 2014 09:31:44 +0000 (17:31 +0800)
ConvertStyle.php

index c4c94b1..716035b 100644 (file)
@@ -135,7 +135,7 @@ class Pman_Core_ConvertStyle extends Pman
         
         foreach ($xpath->query('//style') as $s){
             $style = $doc->saveHTML($s);
-            
+            print_r($style);
 //            $this->styleSheets[] = $this->$this->replaceImageUrl($s)
             echo '<br/>';
         }