Browse Source

Strip out HTML in plain text notification e-mails. Oh, and fix #14

closed-social-glitch-2
Eugen Rochko 8 years ago
parent
commit
f4ad2fb35a
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      app/views/notification_mailer/mention.text.erb

+ 1
- 1
app/views/notification_mailer/mention.text.erb View File

@ -2,6 +2,6 @@
You were mentioned by <%= @status.account.acct %> in:
<%= @status.content %>
<%= strip_tags(@status.content) %>
<%= url_for_target(@status) %>

Loading…
Cancel
Save