Don't spuriously quote newlines in the comment description.

This commit is contained in:
terry%mozilla.org 1999-08-30 14:26:09 +00:00
Родитель d132ed26c5
Коммит 6e6d3f2cd8
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -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++) {