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