Mailer.php
authoredward <edward@roojs.com>
Mon, 26 Mar 2018 06:14:15 +0000 (14:14 +0800)
committeredward <edward@roojs.com>
Mon, 26 Mar 2018 06:14:15 +0000 (14:14 +0800)
Mailer.php

index 00950c3..30de1c6 100644 (file)
@@ -460,7 +460,7 @@ class Pman_Core_Mailer {
         @$dom->loadHTML('<?xml encoding="UTF-8">' .$html);
         
         $body = $dom->getElementsByTagName('body');
-        
+        print_R($body);exit;
         $s = $dom->createElement('style');
         $e = $dom->createTextNode($this->css_inline);
         $s->appendChild($e);