From 9fcf5c7cd244c535467151661aa7bef95bfe7eaf Mon Sep 17 00:00:00 2001 From: Daniel Jones Date: Sun, 19 Jan 2020 02:15:43 +1030 Subject: line break inside cdata.. --- pages.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages.c b/pages.c index bb346d5..9d4e06a 100644 --- a/pages.c +++ b/pages.c @@ -872,7 +872,7 @@ writerss(FILE *out, int post) //printf("title is: %s date is: %s: desc is: %s\n", title, date, description); if (hasimg) { - snprintf(item, 8195, "\n\t%s\n\t%s\n\t%s\n\thttps://danieljon.es/posts/direct/%d\n\thttps://danieljon.es/posts/direct/%d\n\t%s\n
\n
\n", title, date, author_string, post, post, description, image); + snprintf(item, 8195, "\n\t%s\n\t%s\n\t%s\n\thttps://danieljon.es/posts/direct/%d\n\thttps://danieljon.es/posts/direct/%d\n\t%s\n%s]]> \n\n", title, date, author_string, post, post, description, image); } else { -- cgit v1.2.3