Commit 891a71ad authored by Jean-Philippe Lang's avatar Jean-Philippe Lang

Fixed: new line at the end of a file is not displayed in diff.

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1487 e93f8b46-1217-0410-a6f0-8f06a7374b81
parent 36162c6c
......@@ -279,7 +279,6 @@ module Redmine
end
else
if line =~ /^[^\+\-\s@\\]/
self.delete(self.keys.sort.last)
@parsing = false
return false
elsif line =~ /^@@ (\+|\-)(\d+)(,\d+)? (\+|\-)(\d+)(,\d+)? @@/
......
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