From: Edward Date: Wed, 19 Feb 2014 09:28:59 +0000 (+0800) Subject: ConvertStyle.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=c4ee45cbf41a3a8928208f89e8de0ff0b246362e ConvertStyle.php --- diff --git a/ConvertStyle.php b/ConvertStyle.php index 9b94486e..853b60cc 100644 --- a/ConvertStyle.php +++ b/ConvertStyle.php @@ -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);