]> Sergey Matveev's repositories - public-inbox.git/blobdiff - lib/PublicInbox/WwwAtomStream.pm
view: remove mhref arg from multipart_text_as_html
[public-inbox.git] / lib / PublicInbox / WwwAtomStream.pm
index ea871fe54a2ee4b4362a7196b1ae9d209e1f590e..658934a27d572e027e3c70d1b23f34e3071c646b 100644 (file)
@@ -142,7 +142,8 @@ sub feed_entry {
                qq{<div\nxmlns="http://www.w3.org/1999/xhtml">} .
                qq(<pre\nstyle="white-space:pre-wrap">);
        $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 .= '</pre></div></content></entry>';
 }