]> git.donarmstrong.com Git - debbugs.git/commitdiff
add newline after each line
authorDon Armstrong <don@donarmstrong.com>
Sun, 10 Aug 2008 23:17:53 +0000 (16:17 -0700)
committerDon Armstrong <don@donarmstrong.com>
Sun, 10 Aug 2008 23:17:53 +0000 (16:17 -0700)
Debbugs/Control.pm

index d54449da7905c782a4dee39678d94b93bb072837..d99bbf8c945941e9233326ec3389f3a6a5f1e126 100644 (file)
@@ -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;