summaryrefslogtreecommitdiffstats
path: root/app/views/mailer
diff options
context:
space:
mode:
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>2011-09-17 08:42:26 +0000
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>2011-09-17 08:42:26 +0000
commit02d394505ce859146f765277acfc06b8f1b174df (patch)
tree34bf6a7e66e56b90831942e277aa3ed5c579c44b /app/views/mailer
parentdcedf57db8cc5e0497570240c0e56492768e8758 (diff)
downloadredmine-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.rhtml2
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 %>