ConvertStyle.php
authorEdward <edward@roojs.com>
Wed, 19 Feb 2014 09:28:59 +0000 (17:28 +0800)
committerEdward <edward@roojs.com>
Wed, 19 Feb 2014 09:28:59 +0000 (17:28 +0800)
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);