diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2011-09-17 06:03:16 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2011-09-17 06:03:16 +0000 |
commit | 3e49af2d37e6b1a324a725660f60d2199d6cc885 (patch) | |
tree | 4a4cab5ae4a426907434ca1e6d8eabd07f3e78ec /app/views/mailer | |
parent | 5a5bd902fa421a753f18fec8f23a15e9a41691d7 (diff) | |
download | redmine-3e49af2d37e6b1a324a725660f60d2199d6cc885.tar.gz redmine-3e49af2d37e6b1a324a725660f60d2199d6cc885.zip |
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
Diffstat (limited to 'app/views/mailer')
-rw-r--r-- | app/views/mailer/wiki_content_added.text.html.rhtml | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ -<p><%= l(:mail_body_wiki_content_added, :id => link_to(h(@wiki_content.page.pretty_title), @wiki_content_url), +<p><%= l(:mail_body_wiki_content_added, :id => link_to(h(@wiki_content.page.pretty_title), @wiki_content_url), :author => h(@wiki_content.author)) %><br /> <em><%=h @wiki_content.comments %></em></p> |