all repos — website @ 3a7e71544045647fa3ac702a1f0c5ad14623cb98

My website

fix feed content

Alan Pearce
commit

3a7e71544045647fa3ac702a1f0c5ad14623cb98

parent

a049c9cc6b11018e7fc497876ad0402965d87397

1 file changed, 1 insertion(+), 1 deletion(-)

changed files
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"` }