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:
parent
771147ce80
commit
8b4c8e6902
|
@ -13,5 +13,5 @@
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<div class="text-diff">
|
<div class="text-diff">
|
||||||
<%= @diff.to_html %>
|
<%= simple_format_without_paragraph @diff.to_html %>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -65,7 +65,7 @@ module Redmine
|
||||||
words_del = 0
|
words_del = 0
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
simple_format(words.join(' '))
|
words.join(' ')
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue