From: Don Armstrong Date: Sun, 10 Aug 2008 23:17:53 +0000 (-0700) Subject: add newline after each line X-Git-Tag: release/2.6.0~476^2 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=10a67b7de5d2370bc4e4a25ec6581677386b580c;p=debbugs.git add newline after each line --- diff --git a/Debbugs/Control.pm b/Debbugs/Control.pm index d54449da..d99bbf8c 100644 --- a/Debbugs/Control.pm +++ b/Debbugs/Control.pm @@ -493,7 +493,7 @@ sub summary { } } next if $in_pseudoheaders; - $paragraph .= $line; + $paragraph .= $line ."\n"; } print {$debug} "Summary is going to be '$paragraph'\n"; $summary = $paragraph;