diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2011-09-18 01:56:34 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2011-09-18 01:56:34 +0000 |
commit | a4e02f298771591e956cb656be001b6f9af0a34a (patch) | |
tree | da10861f6eed8c5bc8ad7612a128ef17d5834423 /app/views/mailer | |
parent | df13933e5728057aebeda1cab1e6ffe6817404f2 (diff) | |
download | redmine-a4e02f298771591e956cb656be001b6f9af0a34a.tar.gz redmine-a4e02f298771591e956cb656be001b6f9af0a34a.zip |
replace tabs to spaces at app/views/mailer/wiki_content_added.text.html.rhtml
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7373 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 c4cbe5e35..160f5730f 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), - :author => h(@wiki_content.author)) %><br /> + :author => h(@wiki_content.author)) %><br /> <em><%=h @wiki_content.comments %></em></p> |