templates/mail/MessagePreview.html
authorAlan <alan@roojs.com>
Thu, 29 Sep 2022 08:12:05 +0000 (16:12 +0800)
committerAlan <alan@roojs.com>
Thu, 29 Sep 2022 08:12:05 +0000 (16:12 +0800)
templates/mail/MessagePreview.html

index 372cd4e..55f3553 100644 (file)
@@ -1,3 +1,5 @@
+<div class="undoreset">
+
 <code>From : "{msg.from_name}" &lt;{msg.from_email}&gt;</code>
 <br/>
 <code>Subject : {msg.subject}</code>
@@ -11,3 +13,4 @@ xxx
 {msg.bodytext:h}
 {end:}
     
+</div>
\ No newline at end of file