]> Sergey Matveev's repositories - public-inbox.git/blobdiff - lib/PublicInbox/WwwAtomStream.pm
www: atom: fix "changed" href to nowhere
[public-inbox.git] / lib / PublicInbox / WwwAtomStream.pm
index 7b7047ac26d39e9647d3866d3a65801ca2dbaf54..09b6facbb337da0119ec063524a5dbd06373a323 100644 (file)
@@ -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>';