diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2011-09-17 08:42:26 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2011-09-17 08:42:26 +0000 |
commit | 02d394505ce859146f765277acfc06b8f1b174df (patch) | |
tree | 34bf6a7e66e56b90831942e277aa3ed5c579c44b /app/views/mailer | |
parent | dcedf57db8cc5e0497570240c0e56492768e8758 (diff) | |
download | redmine-02d394505ce859146f765277acfc06b8f1b174df.tar.gz redmine-02d394505ce859146f765277acfc06b8f1b174df.zip |
remove trailing white-spaces from app/views/mailer/wiki_content_updated.text.plain.rhtml
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7317 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/views/mailer')
-rw-r--r-- | app/views/mailer/wiki_content_updated.text.plain.rhtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/mailer/wiki_content_updated.text.plain.rhtml b/app/views/mailer/wiki_content_updated.text.plain.rhtml index db5ca38dc..04839eafa 100644 --- a/app/views/mailer/wiki_content_updated.text.plain.rhtml +++ b/app/views/mailer/wiki_content_updated.text.plain.rhtml @@ -1,4 +1,4 @@ -<%= l(:mail_body_wiki_content_updated, :id => h(@wiki_content.page.pretty_title), +<%= l(:mail_body_wiki_content_updated, :id => h(@wiki_content.page.pretty_title), :author => h(@wiki_content.author)) %> <%= @wiki_content.comments %> |