From 087a08590b1e5eadaf38185a179ae28a93e411b5 Mon Sep 17 00:00:00 2001 From: edward Date: Mon, 26 Mar 2018 16:33:05 +0800 Subject: [PATCH] Mailer.php --- Mailer.php | 1 + 1 file changed, 1 insertion(+) diff --git a/Mailer.php b/Mailer.php index 0fe1eef8..9daa52a6 100644 --- a/Mailer.php +++ b/Mailer.php @@ -455,6 +455,7 @@ class Pman_Core_Mailer { function htmlbodyInlineCss($html) { + print_R($html);exit; $dom = new DOMDocument(); @$dom->loadHTML('' .$html); -- 2.39.2