remove trailing white-spaces from app/views/mailer/wiki_content_added.text.plain.rhtml

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7314 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Toshi MARUYAMA 2011-09-17 08:41:09 +00:00
parent 60d80e9d31
commit be7b00fc32
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
<%= l(:mail_body_wiki_content_added, :id => h(@wiki_content.page.pretty_title),
<%= l(:mail_body_wiki_content_added, :id => h(@wiki_content.page.pretty_title),
:author => h(@wiki_content.author)) %>
<%= @wiki_content.comments %>