From c4ee45cbf41a3a8928208f89e8de0ff0b246362e Mon Sep 17 00:00:00 2001 From: Edward Date: Wed, 19 Feb 2014 17:28:59 +0800 Subject: [PATCH] ConvertStyle.php --- ConvertStyle.php | 4 ++++ 1 file changed, 4 insertions(+) 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); -- 2.39.2