about summary refs log tree commit homepage
path: root/lib/PublicInbox/Feed.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/PublicInbox/Feed.pm')
-rw-r--r--lib/PublicInbox/Feed.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/PublicInbox/Feed.pm b/lib/PublicInbox/Feed.pm
index 2dc3940f..bddba912 100644
--- a/lib/PublicInbox/Feed.pm
+++ b/lib/PublicInbox/Feed.pm
@@ -286,7 +286,7 @@ sub add_to_feed {
                 author => { name => $name, email => $email },
                 title => $subject,
                 updated => $date,
-                content => { type => "html", content => $content },
+                content => { type => 'xhtml', content => $content },
                 link => $midurl . $href,
                 id => 'urn:uuid:' . join('-', @uuid5),
         );