replace tabs to spaces at app/views/layouts/base.html.erb

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7333 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Toshi MARUYAMA 2011-09-17 11:13:48 +00:00
parent 3e44551d12
commit ef65f26c32
1 changed files with 3 additions and 3 deletions

View File

@ -60,10 +60,10 @@
</div>
<div id="content">
<%= render_flash_messages %>
<%= render_flash_messages %>
<%= yield %>
<%= call_hook :view_layouts_base_content %>
<div style="clear:both;"></div>
<div style="clear:both;"></div>
</div>
</div>