summaryrefslogtreecommitdiff
path: root/changelogs
diff options
context:
space:
mode:
authorHeinrich Lee Yu <heinrich@gitlab.com>2019-04-03 20:49:06 +0800
committerHeinrich Lee Yu <heinrich@gitlab.com>2019-04-04 15:02:00 +0800
commit473674a2c321396d8bea0cfc53eb483abfca2e1a (patch)
treef393aa7b43c5e0d6ced08421fb32f190d8154ed2 /changelogs
parentbc696947fdf0423595cbbcf83b6dc94fb2d2290c (diff)
downloadgitlab-ce-473674a2c321396d8bea0cfc53eb483abfca2e1a.tar.gz
Prevent premailer from converting HTML entities
This prevents `&mdash` in our templates being change to `-`
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/unreleased/55964-fix-email-encoding.yml5
1 files changed, 5 insertions, 0 deletions
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