]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Fix for bug 82809: comments in bugs no longer have 
 where the linefeeds should be.
authorjustdave%syndicomm.com <>
Wed, 3 Oct 2001 14:49:19 +0000 (14:49 +0000)
committerjustdave%syndicomm.com <>
Wed, 3 Oct 2001 14:49:19 +0000 (14:49 +0000)
Patch by Dave Miller <justdave@syndicomm.com>
r= timeless@mac.com (no 2nd review needed)

globals.pl

index 6dba9c720479ee407102b3c33c828f50dbeff5f8..c7f848c8af89189af28aec805a2af3b47a863609 100644 (file)
@@ -911,7 +911,7 @@ sub quoteUrls {
     }
 
     $text = value_quote($text);
-    $text =~ s/\&#010;/\n/g;
+    $text =~ s/\&#013;/\n/g;
 
     # Stuff everything back from the array.
     for (my $i=0 ; $i<$count ; $i++) {