Commit cbf797ed authored by Jean-Philippe Lang's avatar Jean-Philippe Lang

removed a non matching closing select tag

git-svn-id: http://redmine.rubyforge.org/svn/trunk@357 e93f8b46-1217-0410-a6f0-8f06a7374b81
parent 17c4d733
......@@ -25,8 +25,7 @@
<p><%= custom_field_tag_with_label @custom_value %></p>
<% end %>
<p><%= f.select :fixed_version_id, (@project.versions.collect {|v| [v.name, v.id]}), { :include_blank => true } %>
</select></p>
<p><%= f.select :fixed_version_id, (@project.versions.collect {|v| [v.name, v.id]}), { :include_blank => true } %></p>
</div>
<!--[eoform:issue]-->
</div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment