]> git.donarmstrong.com Git - debbugs.git/commitdiff
merge changes from don
authorDebian BTS <debbugs@rietz>
Sun, 10 Aug 2008 23:06:44 +0000 (23:06 +0000)
committerDebian BTS <debbugs@rietz>
Sun, 10 Aug 2008 23:06:44 +0000 (23:06 +0000)
Debbugs/Control.pm

index c197b6f93d325391250c3be72e85343f3b0efd7a..d54449da7905c782a4dee39678d94b93bb072837 100644 (file)
@@ -469,6 +469,10 @@ sub summary {
         for my $line (@{$body}) {
              if ($line =~ /^\s*$/) {
                   if (length $paragraph) {
+                       if ($paragraph =~ m/^(?:.+\n\>)+.+\n/x) {
+                            $paragraph = '';
+                            next;
+                       }
                        last;
                   }
                   $in_pseudoheaders = 0;