mirror of
https://codeberg.org/timelimit/timelimit-server.git
synced 2025-10-03 17:59:24 +02:00
Disable not needed escaping in subjects and plain text mails
This commit is contained in:
parent
eca9473e11
commit
96101005b9
6 changed files with 10 additions and 10 deletions
|
@ -1 +1 @@
|
|||
<%= subject %>
|
||||
<%- subject %>
|
||||
|
|
|
@ -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 %>
|
||||
|
|
|
@ -1 +1 @@
|
|||
<%= subject %>
|
||||
<%- subject %>
|
||||
|
|
|
@ -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 %>
|
||||
|
|
|
@ -1 +1 @@
|
|||
<%= child %>/<%= task %>
|
||||
<%- child %>/<%- task %>
|
||||
|
|
|
@ -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 %>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue