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

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