about summary refs log tree commit homepage
path: root/lib/PublicInbox/WwwAtomStream.pm
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2019-01-31 11:33:49 +0000
committerEric Wong <e@80x24.org>2019-02-01 01:49:39 +0000
commit13d83f3b0c4a80c99c3c14fc81206e72cda8583a (patch)
tree94bf3e494b7e6b162c63c8b6e3b0680532981601 /lib/PublicInbox/WwwAtomStream.pm
parentb685f6000df71f2cba1f0fd0735f3fd70fd832a1 (diff)
downloadpublic-inbox-13d83f3b0c4a80c99c3c14fc81206e72cda8583a.tar.gz
diffstat <-> ^diff anchors work within the same attachment or
message while in HTML views which display multiple messages.
Diffstat (limited to 'lib/PublicInbox/WwwAtomStream.pm')
-rw-r--r--lib/PublicInbox/WwwAtomStream.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/PublicInbox/WwwAtomStream.pm b/lib/PublicInbox/WwwAtomStream.pm
index 712c3dc8..6d3a9364 100644
--- a/lib/PublicInbox/WwwAtomStream.pm
+++ b/lib/PublicInbox/WwwAtomStream.pm
@@ -137,7 +137,7 @@ sub feed_entry {
                 qq{<content\ntype="xhtml">} .
                 qq{<div\nxmlns="http://www.w3.org/1999/xhtml">} .
                 qq(<pre\nstyle="white-space:pre-wrap">) .
-                PublicInbox::View::multipart_text_as_html($mime, $href) .
+                PublicInbox::View::multipart_text_as_html($mime, $href, $ctx) .
                 '</pre></div></content></entry>';
 }