summaryrefslogtreecommitdiff
path: root/xs_html.h
diff options
context:
space:
mode:
Diffstat (limited to 'xs_html.h')
-rw-r--r--xs_html.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/xs_html.h b/xs_html.h
index 16ee5ec..bc40267 100644
--- a/xs_html.h
+++ b/xs_html.h
@@ -209,7 +209,7 @@ void xs_html_render_f(xs_html *h, FILE *f)
209 209
210 if (h->type == XS_HTML_SCTAG) { 210 if (h->type == XS_HTML_SCTAG) {
211 /* self-closing tags should not have subtags */ 211 /* self-closing tags should not have subtags */
212 fprintf(f, "/>"); 212 fprintf(f, "/>\n");
213 } 213 }
214 else { 214 else {
215 fprintf(f, ">"); 215 fprintf(f, ">");