]> Sergey Matveev's repositories - public-inbox.git/blobdiff - lib/PublicInbox/Feed.pm
feeds use XHTML to avoid tag soup
[public-inbox.git] / lib / PublicInbox / Feed.pm
index 2dc3940ff7e4fc3bd591f5501eb40f53792fb112..bddba912a5cc720a9989d830a72da803b708cada 100644 (file)
@@ -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),
        );