##// END OF EJS Templates
Fixes wiki diff rendering....
Jean-Philippe Lang -
r4833:ca807c8d9284
parent child
Show More
@@ -13,5 +13,5
13 </p>
13 </p>
14
14
15 <div class="text-diff">
15 <div class="text-diff">
16 <%= @diff.to_html %>
16 <%= simple_format_without_paragraph @diff.to_html %>
17 </div>
17 </div>
@@ -65,7 +65,7 module Redmine
65 words_del = 0
65 words_del = 0
66 end
66 end
67 end
67 end
68 simple_format(words.join(' '))
68 words.join(' ')
69 end
69 end
70 end
70 end
71 end
71 end
General Comments 0
You need to be logged in to leave comments. Login now