about summary refs log tree commit homepage
path: root/lib/PublicInbox/SearchView.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/PublicInbox/SearchView.pm')
-rw-r--r--lib/PublicInbox/SearchView.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/PublicInbox/SearchView.pm b/lib/PublicInbox/SearchView.pm
index 96b691df..13f4de2a 100644
--- a/lib/PublicInbox/SearchView.pm
+++ b/lib/PublicInbox/SearchView.pm
@@ -106,7 +106,7 @@ sub dump_mset {
                 $f = PublicInbox::Hval->new_oneline($f)->as_html;
                 my $d = strftime('%Y-%m-%d %H:%M', gmtime($smsg->ts));
                 my $mid = PublicInbox::Hval->new_msgid($smsg->mid)->as_href;
-                $$res .= qq{$rank. <b><a\nhref="$mid/t/#u">}.
+                $$res .= qq{$rank. <b><a\nhref="$mid/">}.
                         $s->as_html . "</a></b>\n";
                 $$res .= "$pfx  - by $f @ $d UTC [$pct%]\n\n";
         }