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
6 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -1 +1 @@
<%= child %>/<%= task %>
<%- child %>/<%- task %>
+2 -2
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 %>