summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--bug_form.pl1
1 files changed, 1 insertions, 0 deletions
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++) {