Spiegel von
https://github.com/dani-garcia/vaultwarden.git
synchronisiert 2024-11-04 02:18:00 +01:00
Merge pull request #1009 from jjlin/email-subject
Don't HTML-escape email subject lines
Dieser Commit ist enthalten in:
Commit
0bdeb02a31
8 geänderte Dateien mit 8 neuen und 8 gelöschten Zeilen
|
@ -1,4 +1,4 @@
|
|||
Invitation accepted
|
||||
Invitation to {{{org_name}}} accepted
|
||||
<!---------------->
|
||||
<html>
|
||||
<p>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
Invitation accepted
|
||||
Invitation to {{{org_name}}} accepted
|
||||
<!---------------->
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" xmlns="http://www.w3.org/1999/xhtml" style="-webkit-font-smoothing: antialiased; -webkit-text-size-adjust: none; box-sizing: border-box; color: #333; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 16px; line-height: 25px; margin: 0;">
|
||||
<head>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
Invitation to {{org_name}} confirmed
|
||||
Invitation to {{{org_name}}} confirmed
|
||||
<!---------------->
|
||||
<html>
|
||||
<p>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
Invitation to {{org_name}} confirmed
|
||||
Invitation to {{{org_name}}} confirmed
|
||||
<!---------------->
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" xmlns="http://www.w3.org/1999/xhtml" style="-webkit-font-smoothing: antialiased; -webkit-text-size-adjust: none; box-sizing: border-box; color: #333; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 16px; line-height: 25px; margin: 0;">
|
||||
<head>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
New Device Logged In From {{device}}
|
||||
New Device Logged In From {{{device}}}
|
||||
<!---------------->
|
||||
<html>
|
||||
<p>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
New Device Logged In From {{device}}
|
||||
New Device Logged In From {{{device}}}
|
||||
<!---------------->
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" xmlns="http://www.w3.org/1999/xhtml" style="-webkit-font-smoothing: antialiased; -webkit-text-size-adjust: none; box-sizing: border-box; color: #333; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 16px; line-height: 25px; margin: 0;">
|
||||
<head>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
Join {{org_name}}
|
||||
Join {{{org_name}}}
|
||||
<!---------------->
|
||||
<html>
|
||||
<p>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
Join {{org_name}}
|
||||
Join {{{org_name}}}
|
||||
<!---------------->
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" xmlns="http://www.w3.org/1999/xhtml" style="-webkit-font-smoothing: antialiased; -webkit-text-size-adjust: none; box-sizing: border-box; color: #333; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 16px; line-height: 25px; margin: 0;">
|
||||
<head>
|
||||
|
|
Laden …
In neuem Issue referenzieren