summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--xs_html.h2
-rw-r--r--xs_version.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/xs_html.h b/xs_html.h
index 254ba20..e9e251e 100644
--- a/xs_html.h
+++ b/xs_html.h
@@ -207,7 +207,7 @@ xs_str *xs_html_render_s(xs_html *h, xs_str *s)
207 207
208 if (h->type == XS_HTML_SCTAG) { 208 if (h->type == XS_HTML_SCTAG) {
209 /* self-closing tags should not have subtags */ 209 /* self-closing tags should not have subtags */
210 s = xs_str_cat(s, "/>"); 210 s = xs_str_cat(s, "/>\n");
211 } 211 }
212 else { 212 else {
213 s = xs_str_cat(s, ">"); 213 s = xs_str_cat(s, ">");
diff --git a/xs_version.h b/xs_version.h
index 3aac89b..b9ac423 100644
--- a/xs_version.h
+++ b/xs_version.h
@@ -1 +1 @@
/* 2adde1fad4fabb223639e4002a7ff3ec8c1982d7 2023-11-22T13:05:51+01:00 */ /* 0e2c549f2ac6f4840649332097dc8471a3939cef 2023-11-26T16:44:32+01:00 */