fix feed content
Alan Pearce alan@alanpearce.eu
Sun, 23 Jun 2024 10:15:03 +0200
1 files changed, 1 insertions(+), 1 deletions(-)
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"` }