diff options
Diffstat (limited to 'app/views/mailer/wiki_content_updated.html.erb')
-rw-r--r-- | app/views/mailer/wiki_content_updated.html.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/mailer/wiki_content_updated.html.erb b/app/views/mailer/wiki_content_updated.html.erb index 8ef24d1ba..f1f3857bd 100644 --- a/app/views/mailer/wiki_content_updated.html.erb +++ b/app/views/mailer/wiki_content_updated.html.erb @@ -1,5 +1,5 @@ <p><%= l(:mail_body_wiki_content_updated, :id => link_to(h(@wiki_content.page.pretty_title), @wiki_content_url), - :author => h(@wiki_content.author)) %><br /> + :author => h(@wiki_content.author)).html_safe %><br /> <em><%=h @wiki_content.comments %></em></p> <p><%= l(:label_view_diff) %>:<br /> |