зеркало из https://github.com/mozilla/gecko-dev.git
Don't spuriously quote newlines in the comment description.
This commit is contained in:
Родитель
d132ed26c5
Коммит
6e6d3f2cd8
|
@ -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++) {
|
||||
|
|
Загрузка…
Ссылка в новой задаче