all repos — website @ 3a7e71544045647fa3ac702a1f0c5ad14623cb98

My website

fix feed content
Alan Pearce alan@alanpearce.eu
Sun, 23 Jun 2024 10:15:03 +0200
commit

3a7e71544045647fa3ac702a1f0c5ad14623cb98

parent

a049c9cc6b11018e7fc497876ad0402965d87397

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M internal/atom/atom.gointernal/atom/atom.go
@@ -27,7 +27,7 @@ } }
 
 type FeedContent struct {
-	Content string `xml:",innerxml"`
+	Content string `xml:",chardata"`
 	Type    string `xml:"type,attr"`
 }