diff options
author | Vitaly Takmazov | 2021-05-16 20:05:53 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2021-05-16 20:05:53 +0300 |
commit | e4b1eb36844e4f518c9454f4894085846c3675b2 (patch) | |
tree | 4935c7fbc7d1dcca7d6f4af5debfc32ef656b02f /src/main/resources | |
parent | 586892df79a8c2e1ea735b13bce66ad041a7081d (diff) |
email: plaintext part should not have escaped characters
Diffstat (limited to 'src/main/resources')
-rw-r--r-- | src/main/resources/templates/email/plaintext.html | 2 |
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. |