Commit 8b4c8e69 authored by Jean-Philippe Lang's avatar Jean-Philippe Lang Committed by Eric Davis

Fixes wiki diff rendering.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@4953 e93f8b46-1217-0410-a6f0-8f06a7374b81
parent 771147ce
......@@ -13,5 +13,5 @@
</p>
<div class="text-diff">
<%= @diff.to_html %>
<%= simple_format_without_paragraph @diff.to_html %>
</div>
......@@ -65,7 +65,7 @@ module Redmine
words_del = 0
end
end
simple_format(words.join(' '))
words.join(' ')
end
end
end
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment