Fix for bug 82809: comments in bugs no longer have 
 where the linefeeds should be.

Patch by Dave Miller <justdave@syndicomm.com> r= timeless@mac.com (no 2nd review needed)
parent bcb60f70
...@@ -911,7 +911,7 @@ sub quoteUrls { ...@@ -911,7 +911,7 @@ sub quoteUrls {
} }
$text = value_quote($text); $text = value_quote($text);
$text =~ s/\&#010;/\n/g; $text =~ s/\&#013;/\n/g;
# Stuff everything back from the array. # Stuff everything back from the array.
for (my $i=0 ; $i<$count ; $i++) { for (my $i=0 ; $i<$count ; $i++) {
......
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