about summary refs log tree commit homepage
path: root/lib
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2014-09-07 07:56:42 +0000
committerEric Wong <e@80x24.org>2014-09-07 07:56:42 +0000
commit09162c93f979e19b23e913fa9ef0deebec146e2f (patch)
treee5d47b09ab449e81f43baac6d9af88f813948f16 /lib
parent3e9e1b30f3d25adf7e1ffee1047efb01870378c9 (diff)
downloadpublic-inbox-09162c93f979e19b23e913fa9ef0deebec146e2f.tar.gz
Oops!
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;
         });