replace tabs to spaces at app/views/issues/new.html.erb

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7374 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Toshi MARUYAMA 2011-09-18 01:57:14 +00:00
parent a4e02f2987
commit 243375e760
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@
:complete => "Element.scrollTo('preview')"
}, :accesskey => accesskey(:preview) %>
<%= javascript_tag "Form.Element.focus('issue_subject');" %>
<%= javascript_tag "Form.Element.focus('issue_subject');" %>
<% end %>
<div id="preview" class="wiki"></div>