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

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