about summary refs log tree commit homepage
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/PublicInbox/View.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/PublicInbox/View.pm b/lib/PublicInbox/View.pm
index 5076cf92..262e72e9 100644
--- a/lib/PublicInbox/View.pm
+++ b/lib/PublicInbox/View.pm
@@ -115,7 +115,7 @@ sub index_entry {
                         # add prefix:
                         $s =~ s/^/$pfx/sgm;
 
-                        $rv .= $s;
+                        $rv .= $s . "\n";
                 }
                 ++$part_nr;
         });