Disable not needed escaping in subjects and plain text mails

This commit is contained in:
Jonas Lochmann 2020-12-28 01:00:00 +01:00
parent eca9473e11
commit 96101005b9
No known key found for this signature in database
GPG key ID: 8B8C9AEE10FA5B36
6 changed files with 10 additions and 10 deletions

View file

@ -1 +1 @@
<%= subject %>
<%- subject %>

View file

@ -1,8 +1,8 @@
<%= introtext %>
<%- introtext %>
<%= code %>
<%- code %>
<%= outrotext %>
<%- outrotext %>
----------------------
@ -14,4 +14,4 @@ Sie erhalten diese Nachricht, da Ihre E-Mail-Adresse in der TimeLimit-App zum An
Wenn Sie diese E-Mail nicht angefordert haben, können Sie diese ignorieren.
Falls Sie Fragen haben können Sie einfach auf diese E-Mail antworten.
<C> <%= mailimprint %>
<C> <%- mailimprint %>

View file

@ -1 +1 @@
<%= subject %>
<%- subject %>

View file

@ -23,4 +23,4 @@ You can disable getting these messages in the TimeLimit App or by
replying to this message that you don't want to get these notifications anymore.
If you have got any questions, then you can reply to this messagge.
<C> <%= mailimprint %>
<C> <%- mailimprint %>

View file

@ -1 +1 @@
<%= child %>/<%= task %>
<%- child %>/<%- task %>

View file

@ -1,4 +1,4 @@
<%= child %> hat angegeben, dass die Aufgabe <%= task %> erledigt wurde.
<%- child %> hat angegeben, dass die Aufgabe <%- task %> erledigt wurde.
Die angeblich erledigten Aufgaben werden auf der Startseite der TimeLimit-App
angezeigt. Dort kann die Erledigung bestätigt werden.
@ -22,4 +22,4 @@ You got this mail because you enable mail notifications for this in TimeLimit.
You can disable getting these messages in the TimeLimit App.
If you have got any questions, then you can reply to this messagge.
<C> <%= mailimprint %>
<C> <%- mailimprint %>