fix html in comment response notification email (#2535)
authorderpierre65 <admin@derpierre65.de>
Sat, 10 Feb 2018 15:29:06 +0000 (16:29 +0100)
committerTim Düsterhus <timwolla@googlemail.com>
Sat, 10 Feb 2018 15:29:06 +0000 (16:29 +0100)
* * fixed html in comment response notification email

* * fixed tabs

com.woltlab.wcf/templates/email_notification_commentResponse.tpl
com.woltlab.wcf/templates/email_notification_commentResponseOwner.tpl

index 282daf06b237fe3fd57a0d9b7cb678fbcf155137..35f025044b07219a38461fa03295b0661e847ef2 100644 (file)
@@ -29,7 +29,7 @@
                                        </h3>
                                </div>
                                <div>
-                                       {$comment->message}
+                                       {@$comment->getMailText($mimeType)}
                                </div>
                        </td>
                </tr>
index 282daf06b237fe3fd57a0d9b7cb678fbcf155137..35f025044b07219a38461fa03295b0661e847ef2 100644 (file)
@@ -29,7 +29,7 @@
                                        </h3>
                                </div>
                                <div>
-                                       {$comment->message}
+                                       {@$comment->getMailText($mimeType)}
                                </div>
                        </td>
                </tr>