Plain text doesn't need html_escaped content

pull/6827/head
Felix Schäfer 13 years ago
parent 087640f3c5
commit b18fb9bd99
  1. 2
      app/views/mailer/send_content.text.plain.rhtml

@ -2,7 +2,7 @@
<%= @meeting.author %>
<%=l :label_meeting_date_time %>: <%= format_date @meeting.start_date %> <%= format_time @meeting.start_time, false %>-<%= format_time @meeting.end_time, false %>
<%=l :field_location %>: <%=h @meeting.location %>
<%=l :field_location %>: <%= @meeting.location %>
<%=l :field_participants_invited %>: <%= @meeting.participants.invited.sort.join("; ") %>
<%=l :field_participants_attended %>: <%= @meeting.participants.attended.sort.join("; ") %>

Loading…
Cancel
Save