diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2011-09-18 01:55:02 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2011-09-18 01:55:02 +0000 |
commit | d4c4e7692d13bb0624ce8e25125f241d3a744bdf (patch) | |
tree | ab9a5b9513c35532f70b59d94ae40f8f15564288 /app/views/mailer | |
parent | 30919aa49008ca8a0a29185dfec3d099c2ef1672 (diff) | |
download | redmine-d4c4e7692d13bb0624ce8e25125f241d3a744bdf.tar.gz redmine-d4c4e7692d13bb0624ce8e25125f241d3a744bdf.zip |
replace tabs to spaces at app/views/mailer/wiki_content_updated.text.plain.rhtml
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7371 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/views/mailer')
-rw-r--r-- | app/views/mailer/wiki_content_updated.text.plain.rhtml | 2 |
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 04839eafa..4b3a97360 100644 --- a/app/views/mailer/wiki_content_updated.text.plain.rhtml +++ b/app/views/mailer/wiki_content_updated.text.plain.rhtml @@ -1,5 +1,5 @@ <%= l(:mail_body_wiki_content_updated, :id => h(@wiki_content.page.pretty_title), - :author => h(@wiki_content.author)) %> + :author => h(@wiki_content.author)) %> <%= @wiki_content.comments %> <%= @wiki_content.page.pretty_title %>: |