diff options
Diffstat (limited to 'app/views/issues/_changesets.rhtml')
-rw-r--r-- | app/views/issues/_changesets.rhtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/issues/_changesets.rhtml b/app/views/issues/_changesets.rhtml index d5a292896..76e9a2810 100644 --- a/app/views/issues/_changesets.rhtml +++ b/app/views/issues/_changesets.rhtml @@ -3,7 +3,7 @@ <p><%= link_to_revision(changeset, changeset.project, :text => "#{l(:label_revision)} #{changeset.format_identifier}") %><br /> <span class="author"><%= authoring(changeset.committed_on, changeset.author) %></span></p> - <div class="changeset-changes"> + <div class="wiki"> <%= textilizable(changeset, :comments) %> </div> </div> |