diff options
author | default <nobody@localhost> | 2023-11-27 11:46:24 +0100 |
---|---|---|
committer | default <nobody@localhost> | 2023-11-27 11:46:24 +0100 |
commit | 72acd8fd7d28e117b3eafa5e097d758a02c76485 (patch) | |
tree | 5980fe87080207b4339c3cf7c925d2492e99748b /xs_html.h | |
parent | cac8eba5203055178a92511b386f57349bcca506 (diff) |
Backport from xs.
Diffstat (limited to 'xs_html.h')
-rw-r--r-- | xs_html.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -209,7 +209,7 @@ void xs_html_render_f(xs_html *h, FILE *f) if (h->type == XS_HTML_SCTAG) { /* self-closing tags should not have subtags */ - fprintf(f, "/>"); + fprintf(f, "/>\n"); } else { fprintf(f, ">"); |