From 93a94f6c03229a32e3cd1cff67901d96c7d28990 Mon Sep 17 00:00:00 2001 From: "terry%mozilla.org" <> Date: Mon, 30 Aug 1999 21:26:09 +0000 Subject: Don't spuriously quote newlines in the comment description. --- bug_form.pl | 1 + 1 file changed, 1 insertion(+) (limited to 'bug_form.pl') diff --git a/bug_form.pl b/bug_form.pl index 0e7ef80c0..c563daf06 100644 --- a/bug_form.pl +++ b/bug_form.pl @@ -92,6 +92,7 @@ sub quoteUrls { } $text = value_quote($text); + $text =~ s/\ /\n/g; # Stuff everything back from the array. for (my $i=0 ; $i<$count ; $i++) { -- cgit v1.2.3-24-g4f1b