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