fix feed content
1 file changed, 1 insertion(+), 1 deletion(-)
jump to
M internal/atom/atom.go → internal/atom/atom.go
@@ -27,7 +27,7 @@ } } type FeedContent struct { - Content string `xml:",innerxml"` + Content string `xml:",chardata"` Type string `xml:"type,attr"` }