From: edward Date: Mon, 26 Mar 2018 08:35:05 +0000 (+0800) Subject: Mailer.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=9202c304bcc8172325c28e0942c92300182cb413 Mailer.php --- 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);