summaryrefslogtreecommitdiffstats
path: root/app/views/mailer/wiki_content_added.html.erb
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/mailer/wiki_content_added.html.erb')
-rw-r--r--app/views/mailer/wiki_content_added.html.erb4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/mailer/wiki_content_added.html.erb b/app/views/mailer/wiki_content_added.html.erb
index 8c83f62c8..f6d92a9d8 100644
--- a/app/views/mailer/wiki_content_added.html.erb
+++ b/app/views/mailer/wiki_content_added.html.erb
@@ -1,3 +1,3 @@
-<p><%= l(:mail_body_wiki_content_added, :id => link_to(h(@wiki_content.page.pretty_title), @wiki_content_url),
+<p><%= l(:mail_body_wiki_content_added, :id => link_to(@wiki_content.page.pretty_title, @wiki_content_url),
:author => h(@wiki_content.author)).html_safe %><br />
-<em><%=h @wiki_content.comments %></em></p>
+<em><%= @wiki_content.comments %></em></p>