From b70d7d00e2d15a95552740b6d15ebef806391447 Mon Sep 17 00:00:00 2001 From: Edward Date: Wed, 19 Feb 2014 17:29:15 +0800 Subject: [PATCH] ConvertStyle.php --- ConvertStyle.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ConvertStyle.php b/ConvertStyle.php index 853b60cc..f71c5b62 100644 --- a/ConvertStyle.php +++ b/ConvertStyle.php @@ -134,9 +134,11 @@ class Pman_Core_ConvertStyle extends Pman // } foreach ($xpath->query('//style') as $s){ - + print_r($s); + echo '
'; } + exit; $data = $doc->saveHTML(); $htmldoc = new HTML_CSS_InlineStyle($data); -- 2.39.2