From 473674a2c321396d8bea0cfc53eb483abfca2e1a Mon Sep 17 00:00:00 2001 From: Heinrich Lee Yu Date: Wed, 3 Apr 2019 20:49:06 +0800 Subject: Prevent premailer from converting HTML entities This prevents `&mdash` in our templates being change to `-` --- changelogs/unreleased/55964-fix-email-encoding.yml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 changelogs/unreleased/55964-fix-email-encoding.yml (limited to 'changelogs') diff --git a/changelogs/unreleased/55964-fix-email-encoding.yml b/changelogs/unreleased/55964-fix-email-encoding.yml new file mode 100644 index 00000000000..2195a853702 --- /dev/null +++ b/changelogs/unreleased/55964-fix-email-encoding.yml @@ -0,0 +1,5 @@ +--- +title: Fix notfication emails having wrong encoding +merge_request: 26931 +author: +type: fixed -- cgit v1.2.1