]> Sergey Matveev's repositories - public-inbox.git/blobdiff - lib/PublicInbox/View.pm
view: fixup dropped newline in the last commit
[public-inbox.git] / lib / PublicInbox / View.pm
index 5076cf923baa671f6a6e1b8375f6e6ca395e6e6c..262e72e9a1ed69c7f7774a92ca371fdcc59cccd1 100644 (file)
@@ -115,7 +115,7 @@ sub index_entry {
                        # add prefix:
                        $s =~ s/^/$pfx/sgm;
 
-                       $rv .= $s;
+                       $rv .= $s . "\n";
                }
                ++$part_nr;
        });