summaryrefslogtreecommitdiff
path: root/html.c
diff options
context:
space:
mode:
Diffstat (limited to 'html.c')
-rw-r--r--html.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/html.c b/html.c
index daa73ab..2c807ef 100644
--- a/html.c
+++ b/html.c
@@ -2270,7 +2270,7 @@ int html_get_handler(const xs_dict *req, const char *q_path,
2270 xs_html_text(content)))); 2270 xs_html_text(content))));
2271 } 2271 }
2272 2272
2273 *body = _xs_html_render(rss, xs_dup("<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n")); 2273 *body = xs_html_render_s(rss, xs_dup("<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n"));
2274 *b_size = strlen(*body); 2274 *b_size = strlen(*body);
2275 *ctype = "application/rss+xml; charset=utf-8"; 2275 *ctype = "application/rss+xml; charset=utf-8";
2276 status = 200; 2276 status = 200;