##// END OF EJS Templates
Merged r11542 from trunk to 2.3-stable....
Toshi MARUYAMA -
r11318:0e92038047f4
parent child
Show More
@@ -83,7 +83,7 module Redmine
83 83 @parsing = true
84 84 end
85 85 else
86 if line =~ /^[^\+\-\s@\\]/
86 if line =~ %r{^[^\+\-\s@\\]}
87 87 @parsing = false
88 88 return false
89 89 elsif line =~ /^@@ (\+|\-)(\d+)(,\d+)? (\+|\-)(\d+)(,\d+)? @@/
General Comments 0
You need to be logged in to leave comments. Login now