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

app/views/documents/_document.html.erb

index 644cf2fbd8842a9bd9b8d2cd3d8e9c0a622adf1f..c1079ca0a9835b41878f73d606375055f3cff4e7 100644 (file)
@@ -2,5 +2,5 @@
 <p><em><%= format_time(document.updated_on) %></em></p>
 
 <div class="wiki">
-       <%= textilizable(truncate_lines(document.description)) %>
+  <%= textilizable(truncate_lines(document.description)) %>
 </div>