]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Don't spuriously quote newlines in the comment description.
authorterry%mozilla.org <>
Mon, 30 Aug 1999 21:26:09 +0000 (21:26 +0000)
committerterry%mozilla.org <>
Mon, 30 Aug 1999 21:26:09 +0000 (21:26 +0000)
bug_form.pl

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