diff options
author | default <nobody@localhost> | 2023-11-22 13:07:19 +0100 |
---|---|---|
committer | default <nobody@localhost> | 2023-11-22 13:07:19 +0100 |
commit | 258850feac51cab378461331f820d584dfa6d948 (patch) | |
tree | 6c5c12ebfdadd7e464136de2052026501900acec /html.c | |
parent | 4e8beaab8fdd07b34150e347b72b14ce8d3ed778 (diff) |
Backport from xs.
Diffstat (limited to 'html.c')
-rw-r--r-- | html.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2270,7 +2270,7 @@ int html_get_handler(const xs_dict *req, const char *q_path, xs_html_text(content)))); } - *body = _xs_html_render(rss, xs_dup("<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n")); + *body = xs_html_render_s(rss, xs_dup("<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n")); *b_size = strlen(*body); *ctype = "application/rss+xml; charset=utf-8"; status = 200; |