diff options
Diffstat (limited to 'lib/redmine/helpers/diff.rb')
-rw-r--r-- | lib/redmine/helpers/diff.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/redmine/helpers/diff.rb b/lib/redmine/helpers/diff.rb index 24deb3d6d..b634d5f1f 100644 --- a/lib/redmine/helpers/diff.rb +++ b/lib/redmine/helpers/diff.rb @@ -65,7 +65,7 @@ module Redmine words_del = 0 end end - simple_format(words.join(' ')) + words.join(' ') end end end |