From 0b79642f6aa2934e1cebcaa5cc0b8e6e62070b23 Mon Sep 17 00:00:00 2001 From: Luc Didry Date: Mon, 11 Sep 2017 21:42:44 +0200 Subject: [PATCH] Fix #65 --- themes/default/templates/mail.html.ep | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/default/templates/mail.html.ep b/themes/default/templates/mail.html.ep index bdd677f..94bab1d 100644 --- a/themes/default/templates/mail.html.ep +++ b/themes/default/templates/mail.html.ep @@ -75,7 +75,7 @@ '<%= $link %>', % } ]; - var text = "<%= l('Hello,\n\nHere\'s some files I want to share with you:\n') %>"; + var text = "<%== l('Hello,\n\nHere\'s some files I want to share with you:\n') %>"; links.forEach(function(name, index, array) { var item = findItem(name); if (item !== null && item !== undefined) {