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

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