about summary refs log tree commit homepage
path: root/lib/PublicInbox/Feed.pm
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2014-04-27 06:21:57 +0000
committerEric Wong <e@80x24.org>2014-04-27 06:21:57 +0000
commit23de6ffe65656114bfdbdb6649dbbfcdffaf5a5c (patch)
tree28d0258767426be818cf5d0c6adad54e27c6ec29 /lib/PublicInbox/Feed.pm
parentf5a852a0fbaad70512abdbf4332dca343b85bc89 (diff)
downloadpublic-inbox-23de6ffe65656114bfdbdb6649dbbfcdffaf5a5c.tar.gz
This should work in most browsers, lets find out!
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),
         );