about summary refs log tree commit homepage
path: root/lib/PublicInbox/SearchView.pm
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2015-09-05 09:04:53 +0000
committerEric Wong <e@80x24.org>2015-09-05 09:05:23 +0000
commitd9a0d757ee0310ebe692cc00ac3404b058ee9746 (patch)
treecd58f24b70c7a9739074034ad58b7d398ccf1a85 /lib/PublicInbox/SearchView.pm
parentdaeb042141ce15a6f8b46da9d600ab4b417c93a1 (diff)
downloadpublic-inbox-d9a0d757ee0310ebe692cc00ac3404b058ee9746.tar.gz
The permalink should load faster if the user had a good query
and users can easily find the rest of the message in the thread.
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";
         }