]> Sergey Matveev's repositories - public-inbox.git/commitdiff
view: fixup dropped newline in the last commit
authorEric Wong <e@80x24.org>
Sun, 7 Sep 2014 07:56:42 +0000 (07:56 +0000)
committerEric Wong <e@80x24.org>
Sun, 7 Sep 2014 07:56:42 +0000 (07:56 +0000)
Oops!

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;
        });