From: Edward Date: Wed, 19 Feb 2014 09:29:15 +0000 (+0800) Subject: ConvertStyle.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=b70d7d00e2d15a95552740b6d15ebef806391447 ConvertStyle.php --- 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);