summaryrefslogtreecommitdiffstats
path: root/lib/redmine/helpers/diff.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/redmine/helpers/diff.rb')
-rw-r--r--lib/redmine/helpers/diff.rb2
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