]> source.dussan.org Git - redmine.git/commitdiff
replace tabs to spaces at app/views/mailer/wiki_content_added.text.plain.rhtml
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Sun, 18 Sep 2011 01:55:42 +0000 (01:55 +0000)
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Sun, 18 Sep 2011 01:55:42 +0000 (01:55 +0000)
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7372 e93f8b46-1217-0410-a6f0-8f06a7374b81

app/views/mailer/wiki_content_added.text.plain.rhtml

index cbde7ec0ed4504d87c71e4b771abe77bdd7518d7..5e8c77fd92d9c0d45ee9b951f795e5a31d4a1700 100644 (file)
@@ -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 %>