summaryrefslogtreecommitdiffstats
path: root/app/views/issues/change_status.rhtml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/issues/change_status.rhtml')
-rw-r--r--app/views/issues/change_status.rhtml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/issues/change_status.rhtml b/app/views/issues/change_status.rhtml
index 967225694..377e0da2e 100644
--- a/app/views/issues/change_status.rhtml
+++ b/app/views/issues/change_status.rhtml
@@ -28,7 +28,7 @@
</select></p>
<p><label for="notes"><%= l(:field_notes) %></label>
-<%= text_area_tag 'notes', @notes, :cols => 60, :rows => 10 %></p>
+<%= text_area_tag 'notes', @notes, :cols => 60, :rows => 10, :class => 'wiki-edit' %></p>
</div>