diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2011-09-17 08:41:09 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2011-09-17 08:41:09 +0000 |
commit | be7b00fc32d49b655da9f5fe8e80f290c3f51adb (patch) | |
tree | 5a6c7157b7121f4821567d9081697450a89b503a /app/views/mailer | |
parent | 60d80e9d314ea31886b9f2215673acad6c4ed95a (diff) | |
download | redmine-be7b00fc32d49b655da9f5fe8e80f290c3f51adb.tar.gz redmine-be7b00fc32d49b655da9f5fe8e80f290c3f51adb.zip |
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
Diffstat (limited to 'app/views/mailer')
-rw-r--r-- | app/views/mailer/wiki_content_added.text.plain.rhtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/mailer/wiki_content_added.text.plain.rhtml b/app/views/mailer/wiki_content_added.text.plain.rhtml index f57470b0e..cbde7ec0e 100644 --- a/app/views/mailer/wiki_content_added.text.plain.rhtml +++ b/app/views/mailer/wiki_content_added.text.plain.rhtml @@ -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 %> |