From 3a7e71544045647fa3ac702a1f0c5ad14623cb98 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Sun, 23 Jun 2024 10:15:03 +0200 Subject: fix feed content --- internal/atom/atom.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/atom/atom.go b/internal/atom/atom.go index 37c53d9..a5965a4 100644 --- a/internal/atom/atom.go +++ b/internal/atom/atom.go @@ -27,7 +27,7 @@ func MakeLink(url string) Link { } type FeedContent struct { - Content string `xml:",innerxml"` + Content string `xml:",chardata"` Type string `xml:"type,attr"` } -- cgit 1.4.1