]> Sergey Matveev's repositories - public-inbox.git/blobdiff - lib/PublicInbox/View.pm
view: one line for thread subjects
[public-inbox.git] / lib / PublicInbox / View.pm
index bb3afda7f945e290d558b04f29d271c36c9aad1b..5c536228efb85271d0a8a82b5da91db68cb880d4 100644 (file)
@@ -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";
        }