about summary refs log tree commit homepage
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/PublicInbox/View.pm4
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/PublicInbox/View.pm b/lib/PublicInbox/View.pm
index c80a675e..17d38302 100644
--- a/lib/PublicInbox/View.pm
+++ b/lib/PublicInbox/View.pm
@@ -1154,10 +1154,8 @@ sub dump_topics {
                         $anchor = '#t'; # thread skeleton
                 }
 
-                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\">$top_subj</a>\n" .
-                        " $ds UTC $n - $mbox / $atom\n";
+                        " $ds UTC $n\n";
                 for (my $i = 0; $i < scalar(@extra); $i += 2) {
                         my $level = $extra[$i];
                         my $subj = $extra[$i + 1]; # already normalized