From d09ce429a585a2919359056f6b8d7f0f1c6ecc9c Mon Sep 17 00:00:00 2001 From: "justdave%syndicomm.com" <> Date: Wed, 3 Oct 2001 14:49:19 +0000 Subject: Fix for bug 82809: comments in bugs no longer have where the linefeeds should be. Patch by Dave Miller r= timeless@mac.com (no 2nd review needed) --- globals.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'globals.pl') diff --git a/globals.pl b/globals.pl index 6dba9c720..c7f848c8a 100644 --- a/globals.pl +++ b/globals.pl @@ -911,7 +911,7 @@ sub quoteUrls { } $text = value_quote($text); - $text =~ s/\ /\n/g; + $text =~ s/\ /\n/g; # Stuff everything back from the array. for (my $i=0 ; $i<$count ; $i++) { -- cgit v1.2.3-24-g4f1b