diff --git a/other/mail/login/subject.ejs b/other/mail/login/subject.ejs index f023d60..1520fa4 100644 --- a/other/mail/login/subject.ejs +++ b/other/mail/login/subject.ejs @@ -1 +1 @@ -<%= subject %> +<%- subject %> diff --git a/other/mail/login/text.ejs b/other/mail/login/text.ejs index ffe4f81..2776794 100644 --- a/other/mail/login/text.ejs +++ b/other/mail/login/text.ejs @@ -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. - <%= mailimprint %> + <%- mailimprint %> diff --git a/other/mail/manipulation/subject.ejs b/other/mail/manipulation/subject.ejs index f023d60..1520fa4 100644 --- a/other/mail/manipulation/subject.ejs +++ b/other/mail/manipulation/subject.ejs @@ -1 +1 @@ -<%= subject %> +<%- subject %> diff --git a/other/mail/manipulation/text.ejs b/other/mail/manipulation/text.ejs index 9500074..27f4dea 100644 --- a/other/mail/manipulation/text.ejs +++ b/other/mail/manipulation/text.ejs @@ -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. - <%= mailimprint %> + <%- mailimprint %> diff --git a/other/mail/taskdone/subject.ejs b/other/mail/taskdone/subject.ejs index 358d176..356aa76 100644 --- a/other/mail/taskdone/subject.ejs +++ b/other/mail/taskdone/subject.ejs @@ -1 +1 @@ -<%= child %>/<%= task %> +<%- child %>/<%- task %> diff --git a/other/mail/taskdone/text.ejs b/other/mail/taskdone/text.ejs index 67c1f76..c2ea431 100644 --- a/other/mail/taskdone/text.ejs +++ b/other/mail/taskdone/text.ejs @@ -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. - <%= mailimprint %> + <%- mailimprint %>