about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2019-01-18 06:19:09 +0000
committerEric Wong <e@80x24.org>2019-01-19 03:34:54 +0000
commitdc3ca765a9a8db0dbc4044583f51133eb6b0251e (patch)
tree5c6bac70e0aa64ebe19522d817e165e16aff5635
parent55db8a2a51c13aec813ac56bbaac1505791fd262 (diff)
downloadpublic-inbox-dc3ca765a9a8db0dbc4044583f51133eb6b0251e.tar.gz
It seems pointless due to the indentation, and interacts
badly with some CSS colouring.
-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 cd125e00..470e3ab7 100644
--- a/lib/PublicInbox/View.pm
+++ b/lib/PublicInbox/View.pm
@@ -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];