all repos — homestead @ a3664474ddf7e3a197c9e84df1d69a4ce89d4fb7

Code for my website

fix feed content

Alan Pearce
commit

a3664474ddf7e3a197c9e84df1d69a4ce89d4fb7

parent

bed19a5e9b007183e57d3e2f4c4d381163fdef73

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

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