From: edward Date: Mon, 26 Mar 2018 09:06:51 +0000 (+0800) Subject: Mailer.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=dd883fa29734a4d3031e6ab1ca146ca09a744aec Mailer.php --- diff --git a/Mailer.php b/Mailer.php index be641ce0..881a9fed 100644 --- a/Mailer.php +++ b/Mailer.php @@ -500,6 +500,9 @@ class Pman_Core_Mailer { $body = $dom->getElementsByTagName('body'); + $class = $dom->createAttribute('class'); + $class->value = $cls; + $body->appendChild($class); }