summaryrefslogtreecommitdiffstats
path: root/app/views/issues/edit.rhtml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/issues/edit.rhtml')
-rw-r--r--app/views/issues/edit.rhtml3
1 files changed, 1 insertions, 2 deletions
diff --git a/app/views/issues/edit.rhtml b/app/views/issues/edit.rhtml
index 4daaceea0..02430127d 100644
--- a/app/views/issues/edit.rhtml
+++ b/app/views/issues/edit.rhtml
@@ -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>