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

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