From: edward Date: Mon, 26 Mar 2018 06:06:25 +0000 (+0800) Subject: Mailer.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=c73385f7759aa2292f6e602a059051efe04319c3 Mailer.php --- diff --git a/Mailer.php b/Mailer.php index 30de1c61..00950c3e 100644 --- a/Mailer.php +++ b/Mailer.php @@ -460,7 +460,7 @@ class Pman_Core_Mailer { @$dom->loadHTML('' .$html); $body = $dom->getElementsByTagName('body'); - print_R($body);exit; + $s = $dom->createElement('style'); $e = $dom->createTextNode($this->css_inline); $s->appendChild($e);