This commit is contained in:
Luc Didry 2017-09-11 21:42:44 +02:00
parent 7aae44f6cc
commit 0b79642f6a
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@
'<%= $link %>', '<%= $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) { links.forEach(function(name, index, array) {
var item = findItem(name); var item = findItem(name);
if (item !== null && item !== undefined) { if (item !== null && item !== undefined) {