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.rhtml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/issues/edit.rhtml b/app/views/issues/edit.rhtml
index 78fc4a7a8..bd3e6ad4f 100644
--- a/app/views/issues/edit.rhtml
+++ b/app/views/issues/edit.rhtml
@@ -19,7 +19,7 @@
<div class="clear">
<p><%= f.text_field :subject, :size => 80, :required => true %></p>
-<p><%= f.text_area :description, :cols => 60, :rows => [[10, @issue.description.length / 50].max, 100].min, :required => true %></p>
+<p><%= f.text_area :description, :required => true, :cols => 60, :rows => [[10, @issue.description.length / 50].max, 100].min, :class => 'wiki-edit' %></p>
<% for @custom_value in @custom_values %>
<p><%= custom_field_tag_with_label @custom_value %></p>