From 9db7764b60534521675886a6c335047a4f0b935c Mon Sep 17 00:00:00 2001 From: Daniel Jones Date: Sun, 19 Jan 2020 02:13:26 +1030 Subject: add line break to images --- pages.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages.c b/pages.c index 9cc5868..bb346d5 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
\n
\n", title, date, author_string, post, post, description, image); } else { -- cgit v1.2.3