about summary refs log tree commit homepage
path: root/lib/PublicInbox/WwwAtomStream.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/PublicInbox/WwwAtomStream.pm')
-rw-r--r--lib/PublicInbox/WwwAtomStream.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/PublicInbox/WwwAtomStream.pm b/lib/PublicInbox/WwwAtomStream.pm
index 7b7047ac..09b6facb 100644
--- a/lib/PublicInbox/WwwAtomStream.pm
+++ b/lib/PublicInbox/WwwAtomStream.pm
@@ -156,6 +156,7 @@ sub feed_entry {
                 qq(<pre\nstyle="white-space:pre-wrap">);
         $ctx->{obuf} = \$s;
         $ctx->{mhref} = $href;
+        $ctx->{changed_href} = "${href}#related";
         PublicInbox::View::multipart_text_as_html($eml, $ctx);
         delete $ctx->{obuf};
         $s .= '</pre></div></content></entry>';