From 3e49af2d37e6b1a324a725660f60d2199d6cc885 Mon Sep 17 00:00:00 2001 From: Toshi MARUYAMA Date: Sat, 17 Sep 2011 06:03:16 +0000 Subject: [PATCH] remove trailing white-spaces from app/views/mailer/wiki_content_added.text.html.rhtml git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7300 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- app/views/mailer/wiki_content_added.text.html.rhtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/mailer/wiki_content_added.text.html.rhtml b/app/views/mailer/wiki_content_added.text.html.rhtml index 4140db98d..c4cbe5e35 100644 --- a/app/views/mailer/wiki_content_added.text.html.rhtml +++ b/app/views/mailer/wiki_content_added.text.html.rhtml @@ -1,3 +1,3 @@ -

<%= l(:mail_body_wiki_content_added, :id => link_to(h(@wiki_content.page.pretty_title), @wiki_content_url), +

<%= l(:mail_body_wiki_content_added, :id => link_to(h(@wiki_content.page.pretty_title), @wiki_content_url), :author => h(@wiki_content.author)) %>
<%=h @wiki_content.comments %>

-- 2.39.5