mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-12-10 17:23:04 +03:00
[PR #1009] [MERGED] Don't HTML-escape email subject lines #3564
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/dani-garcia/vaultwarden/pull/1009
Author: @jjlin
Created: 5/30/2020
Status: ✅ Merged
Merged: 5/31/2020
Merged by: @dani-garcia
Base:
master← Head:email-subject📝 Commits (1)
a447e4eDon't HTML-escape email subject lines📊 Changes
8 files changed (+8 additions, -8 deletions)
View changed files
📝
src/static/templates/email/invite_accepted.hbs(+1 -1)📝
src/static/templates/email/invite_accepted.html.hbs(+1 -1)📝
src/static/templates/email/invite_confirmed.hbs(+1 -1)📝
src/static/templates/email/invite_confirmed.html.hbs(+1 -1)📝
src/static/templates/email/new_device_logged_in.hbs(+1 -1)📝
src/static/templates/email/new_device_logged_in.html.hbs(+1 -1)📝
src/static/templates/email/send_org_invite.hbs(+1 -1)📝
src/static/templates/email/send_org_invite.html.hbs(+1 -1)📄 Description
For example, this causes org names like
X&Yto appear asX&Y.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.