Fixes wiki diff rendering.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@4953 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Jean-Philippe Lang 2011-02-27 12:50:47 +00:00 committed by Eric Davis
parent 771147ce80
commit 8b4c8e6902
2 changed files with 2 additions and 2 deletions

View File

@ -13,5 +13,5 @@
</p>
<div class="text-diff">
<%= @diff.to_html %>
<%= simple_format_without_paragraph @diff.to_html %>
</div>

View File

@ -65,7 +65,7 @@ module Redmine
words_del = 0
end
end
simple_format(words.join(' '))
words.join(' ')
end
end
end