mirror of
https://codeberg.org/timelimit/timelimit-server.git
synced 2026-08-31 19:03:45 +02:00
Disable not needed escaping in subjects and plain text mails
This commit is contained in:
@@ -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 %>
|
||||
|
||||
Reference in New Issue
Block a user