]> source.dussan.org Git - redmine.git/commitdiff
Wrap textilizable with DIV containing wiki class (#21663).
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Wed, 20 Jan 2016 09:24:32 +0000 (09:24 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Wed, 20 Jan 2016 09:24:32 +0000 (09:24 +0000)
Patch by Felix Gliesche.

git-svn-id: http://svn.redmine.org/redmine/trunk@15071 e93f8b46-1217-0410-a6f0-8f06a7374b81

app/views/issues/_conflict.html.erb

index 01d6688211b7570216f3786078120c7295fae3b9..c13ace665eab4262544e3033b02f67a958d6337a 100644 (file)
@@ -11,7 +11,9 @@
         <% end %>
       </ul>
       <% end %>
-      <%= textilizable(journal, :notes) unless journal.notes.blank? %>
+      <div class="wiki">
+        <%= textilizable(journal, :notes) unless journal.notes.blank? %>
+      </div>
     <% end %>
     </div>
   <% end %>