about summary refs log tree commit homepage
diff options
context:
space:
mode:
-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 8ccdcfaf..51fee046 100644
--- a/lib/PublicInbox/View.pm
+++ b/lib/PublicInbox/View.pm
@@ -511,7 +511,7 @@ sub simple_dump {
                         my $m = PublicInbox::Hval->new_msgid($mid);
                         $f = PublicInbox::Hval->new($f);
                         $d = PublicInbox::Hval->new($d);
-                        $m = $m->as_href . '/';
+                        $m = '../' . $m->as_href . '/';
                         $f = $f->as_html;
                         $d = $d->as_html . ' UTC';
                         if (length($s) == 0) {