about summary refs log tree commit homepage
path: root/lib/PublicInbox/View.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/PublicInbox/View.pm')
-rw-r--r--lib/PublicInbox/View.pm3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/PublicInbox/View.pm b/lib/PublicInbox/View.pm
index bb3afda7..5c536228 100644
--- a/lib/PublicInbox/View.pm
+++ b/lib/PublicInbox/View.pm
@@ -722,8 +722,7 @@ sub _inline_header {
         my $m = PublicInbox::Hval->new_msgid($mid);
         $m = $upfx . '../' . $m->as_href . '/';
         if (defined $s) {
-                $$dst .= "$pfx` <a\nhref=\"$m\">$s</a>\n" .
-                         "$pfx  $f @ $d\n";
+                $$dst .= "$pfx` <a\nhref=\"$m\">$s</a> by $f @ $d\n";
         } else {
                 $$dst .= "$pfx` <a\nhref=\"$m\">$f @ $d</a>\n";
         }