From b2db7b38a9a5e26226017cd4345e16da774634ac Mon Sep 17 00:00:00 2001 From: Edward Date: Wed, 19 Feb 2014 17:31:38 +0800 Subject: [PATCH] ConvertStyle.php --- ConvertStyle.php | 1 + 1 file changed, 1 insertion(+) diff --git a/ConvertStyle.php b/ConvertStyle.php index 930d2022..c4c94b11 100644 --- a/ConvertStyle.php +++ b/ConvertStyle.php @@ -135,6 +135,7 @@ class Pman_Core_ConvertStyle extends Pman foreach ($xpath->query('//style') as $s){ $style = $doc->saveHTML($s); + // $this->styleSheets[] = $this->$this->replaceImageUrl($s) echo '
'; } -- 2.39.2