summaryrefslogtreecommitdiffstats
path: root/app/views/mailer
diff options
context:
space:
mode:
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>2011-09-18 01:55:42 +0000
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>2011-09-18 01:55:42 +0000
commitdf13933e5728057aebeda1cab1e6ffe6817404f2 (patch)
tree95b2d3f77616224b320143141bb5c64ddb1c632c /app/views/mailer
parentd4c4e7692d13bb0624ce8e25125f241d3a744bdf (diff)
downloadredmine-df13933e5728057aebeda1cab1e6ffe6817404f2.tar.gz
redmine-df13933e5728057aebeda1cab1e6ffe6817404f2.zip
replace tabs to spaces at app/views/mailer/wiki_content_added.text.plain.rhtml
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7372 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/views/mailer')
-rw-r--r--app/views/mailer/wiki_content_added.text.plain.rhtml2
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 cbde7ec0e..5e8c77fd9 100644
--- a/app/views/mailer/wiki_content_added.text.plain.rhtml
+++ b/app/views/mailer/wiki_content_added.text.plain.rhtml
@@ -1,5 +1,5 @@
<%= l(:mail_body_wiki_content_added, :id => h(@wiki_content.page.pretty_title),
- :author => h(@wiki_content.author)) %>
+ :author => h(@wiki_content.author)) %>
<%= @wiki_content.comments %>
<%= @wiki_content_url %>