mirror of
https://github.com/mastodon/mastodon.git
synced 2024-11-21 20:15:10 +01:00
Strip out HTML in plain text notification e-mails. Oh, and fix #14
This commit is contained in:
parent
2b116131d7
commit
f4ad2fb35a
@ -2,6 +2,6 @@
|
|||||||
|
|
||||||
You were mentioned by <%= @status.account.acct %> in:
|
You were mentioned by <%= @status.account.acct %> in:
|
||||||
|
|
||||||
<%= @status.content %>
|
<%= strip_tags(@status.content) %>
|
||||||
|
|
||||||
<%= url_for_target(@status) %>
|
<%= url_for_target(@status) %>
|
||||||
|
Loading…
Reference in New Issue
Block a user