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

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

index c4cbe5e35314148b6596e999bd0876fe7a84ede5..160f5730f1539bfbcb050faeac750eda01e94dbd 100644 (file)
@@ -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>