Do not HTML escape the plain text version of invitations email

master
Daniel Berteaud 11 years ago
parent 2511d72663
commit 4c44d6e63e
  1. 8
      templates/default/invite.email_text.ep

@ -8,7 +8,7 @@
* <%=l 'A_WEBCAM' %> * <%=l 'A_WEBCAM' %>
* <%=l 'A_MIC' %> * <%=l 'A_MIC' %>
<%=l 'WHEN_YOU_ARE_READY' %> <%==l 'WHEN_YOU_ARE_READY' %>
<%== $url . $room %> <%== $url . $room %>
@ -18,10 +18,10 @@
<%== $message %> <%== $message %>
<% } %> <% } %>
<%=l 'IF_YOU_CANNOT_JOIN' %> <%=l 'YOU_CAN_NOTIFY_THE_ORGANIZER' %> <%==l 'IF_YOU_CANNOT_JOIN' %> <%==l 'YOU_CAN_NOTIFY_THE_ORGANIZER' %>
<%= $url . 'invitation?id=' . $inviteId %> <%== $url . 'invitation?id=' . $inviteId %>
<%=l 'HAVE_A_NICE_MEETING' %> <%==l 'HAVE_A_NICE_MEETING' %>
-- --
<%==l 'EMAIL_SIGN' %> <%==l 'EMAIL_SIGN' %>

Loading…
Cancel
Save