aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources/templates
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2021-05-16 20:05:53 +0300
committerGravatar Vitaly Takmazov2021-05-16 20:05:53 +0300
commite4b1eb36844e4f518c9454f4894085846c3675b2 (patch)
tree4935c7fbc7d1dcca7d6f4af5debfc32ef656b02f /src/main/resources/templates
parent586892df79a8c2e1ea735b13bce66ad041a7081d (diff)
email: plaintext part should not have escaped characters
Diffstat (limited to 'src/main/resources/templates')
-rw-r--r--src/main/resources/templates/email/plaintext.html2
1 files changed, 1 insertions, 1 deletions
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.