Skip to content

Commit

Permalink
Merge pull request #12156 from craftcms/a11y/system-message-conent-type
Browse files Browse the repository at this point in the history
Add content type meta tag for system messages
  • Loading branch information
brandonkelly authored Oct 23, 2022
2 parents 742e733 + ef0b395 commit 125f513
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG-WIP.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@
- Name parsing now checks for common German salutations, suffixes, and last name prefixes.
- “Generating pending image transforms” jobs no longer attempt to process transforms that had previously failed. ([#11970](https://github.com/craftcms/cms/issues/11970))
- Number condition rules now support matching between two values.
- The default system email template now includes a `Content-Type` tag. ([#12156](https://github.com/craftcms/cms/pull/12156))
- `users/session-info` responses now include a `csrfTokenName` key. ([#11706](https://github.com/craftcms/cms/pull/11706), [#11767](https://github.com/craftcms/cms/pull/11767))
- The `elements/save-draft` action now supports being called from the front end. ([#12131](https://github.com/craftcms/cms/issues/12131))
- Twig templates now have `today`, `tomorrow`, and `yesterday` global variables available to them.
Expand Down
1 change: 1 addition & 0 deletions src/templates/_special/email.twig
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<html>
<head><meta http-equiv="Content-Type" content="text/html charset=UTF-8" /></head>
<body>
<div style="max-width: 500px; font-size: 13px; line-height: 18px; font-family: HelveticaNeue, sans-serif;">
{{ body }}
Expand Down

0 comments on commit 125f513

Please sign in to comment.