Commit 93a94f6c authored by terry%mozilla.org's avatar terry%mozilla.org

Don't spuriously quote newlines in the comment description.

parent 61cbf413
...@@ -92,6 +92,7 @@ sub quoteUrls { ...@@ -92,6 +92,7 @@ sub quoteUrls {
} }
$text = value_quote($text); $text = value_quote($text);
$text =~ s/\
/\n/g;
# Stuff everything back from the array. # Stuff everything back from the array.
for (my $i=0 ; $i<$count ; $i++) { for (my $i=0 ; $i<$count ; $i++) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment