]> Sergey Matveev's repositories - public-inbox.git/commitdiff
view: disable bold in topic display
authorEric Wong <e@80x24.org>
Fri, 18 Jan 2019 06:19:09 +0000 (06:19 +0000)
committerEric Wong <e@80x24.org>
Sat, 19 Jan 2019 03:34:54 +0000 (03:34 +0000)
It seems pointless due to the indentation, and interacts
badly with some CSS colouring.

lib/PublicInbox/View.pm

index cd125e008c08ffe4c6178a60de79531241a4d179..470e3ab7557a8df48f0cf95e9e8eb568389d71f0 100644 (file)
@@ -1075,7 +1075,7 @@ sub dump_topics {
 
                my $mbox = qq(<a\nhref="$href/t.mbox.gz">mbox.gz</a>);
                my $atom = qq(<a\nhref="$href/t.atom">Atom</a>);
-               my $s = "<a\nhref=\"$href/T/$anchor\"><b>$top</b></a>\n" .
+               my $s = "<a\nhref=\"$href/T/$anchor\">$top</a>\n" .
                        " $ds UTC $n - $mbox / $atom\n";
                for (my $i = 0; $i < scalar(@ex); $i += 2) {
                        my $level = $ex[$i];