ConvertStyle.php
[Pman.Core] / ConvertStyle.php
index 9b94486..853b60c 100644 (file)
@@ -133,6 +133,10 @@ class Pman_Core_ConvertStyle extends Pman
 //            }
 //        }
         
+        foreach ($xpath->query('//style') as $s){
+            
+        }
+        
         $data = $doc->saveHTML();
         
         $htmldoc = new HTML_CSS_InlineStyle($data);