From c7538a35a2b2daa19a3ba1f792fa9e0231da5dd1 Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Thu, 14 Feb 2019 19:36:59 -0800 Subject: [PATCH] Do not escape link --- src/mail_templates/welcome_user.ejs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/mail_templates/welcome_user.ejs b/src/mail_templates/welcome_user.ejs index 2e25461f3..f8d78655e 100644 --- a/src/mail_templates/welcome_user.ejs +++ b/src/mail_templates/welcome_user.ejs @@ -5,10 +5,10 @@ Dear <%= user.displayName || user.username || user.email %>, Welcome to <%= cloudronName %>! Follow the link to get started. -<%= setupLink %> +<%- setupLink %> <% if (invitor && invitor.email) { %> -You are receiving this email because you were invited by <%- invitor.email %>. +You are receiving this email because you were invited by <%= invitor.email %>. <% } %>