From e4b1eb36844e4f518c9454f4894085846c3675b2 Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Sun, 16 May 2021 20:05:53 +0300 Subject: email: plaintext part should not have escaped characters --- src/main/resources/templates/email/plaintext.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main/resources/templates') diff --git a/src/main/resources/templates/email/plaintext.html b/src/main/resources/templates/email/plaintext.html index a0df0038..695e0c0e 100644 --- a/src/main/resources/templates/email/plaintext.html +++ b/src/main/resources/templates/email/plaintext.html @@ -1,4 +1,4 @@ -{{ messageBody }} +{{ messageBody | raw }} -- You are receiving this because you are subscribed to this user, discussion, tag or mentioned. -- cgit v1.2.3