This website works better with JavaScript.
Home
Explore
Help
Sign In
jyt94
/
closedSocialMastodon
forked from
closed-social/mastodon
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
Strip out HTML in plain text notification e-mails. Oh, and
fix
#14
closed-social-v3
Eugen Rochko
8 years ago
parent
2b116131d7
commit
f4ad2fb35a
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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) %>
Write
Preview
Loading…
Cancel
Save