summaryrefslogtreecommitdiffstats
path: root/app/views/mailer/news_added.html.erb
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/mailer/news_added.html.erb')
-rw-r--r--app/views/mailer/news_added.html.erb4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/mailer/news_added.html.erb b/app/views/mailer/news_added.html.erb
index 758ebccb8..daf250adf 100644
--- a/app/views/mailer/news_added.html.erb
+++ b/app/views/mailer/news_added.html.erb
@@ -1,4 +1,4 @@
-<h1><%= link_to(h(@news.title), @news_url) %></h1>
-<em><%=h @news.author.name %></em>
+<h1><%= link_to(@news.title, @news_url) %></h1>
+<em><%= @news.author.name %></em>
<%= textilizable(@news, :description, :only_path => false) %>