X-Git-Url: http://www.git.stargrave.org/?a=blobdiff_plain;f=lib%2FPublicInbox%2FWwwAtomStream.pm;h=658934a27d572e027e3c70d1b23f34e3071c646b;hb=aa0e67e63e58e0ee4fc3918bde25b9c04d48954a;hp=d142a469c68b382331462c24ad0947e6c7184e8b;hpb=256d049b7ac24f40bb1df691fe014853b75bf491;p=public-inbox.git diff --git a/lib/PublicInbox/WwwAtomStream.pm b/lib/PublicInbox/WwwAtomStream.pm index d142a469..658934a2 100644 --- a/lib/PublicInbox/WwwAtomStream.pm +++ b/lib/PublicInbox/WwwAtomStream.pm @@ -1,4 +1,4 @@ -# Copyright (C) 2016-2019 all contributors +# Copyright (C) 2016-2020 all contributors # License: AGPL-3.0+ # # Atom body stream for which yields getline+close methods @@ -142,7 +142,8 @@ sub feed_entry { qq{} . qq(); $ctx->{obuf} = \$s; - PublicInbox::View::multipart_text_as_html($mime, $href, $ctx); + $ctx->{mhref} = $href; + PublicInbox::View::multipart_text_as_html($mime, $ctx); delete $ctx->{obuf}; $s .= ''; }