mirror of
https://codeberg.org/grunfink/snac2.git
synced 2024-11-25 14:35:04 +00:00
Backport from xs.
This commit is contained in:
parent
cac8eba520
commit
72acd8fd7d
2 changed files with 2 additions and 2 deletions
|
@ -209,7 +209,7 @@ void xs_html_render_f(xs_html *h, FILE *f)
|
||||||
|
|
||||||
if (h->type == XS_HTML_SCTAG) {
|
if (h->type == XS_HTML_SCTAG) {
|
||||||
/* self-closing tags should not have subtags */
|
/* self-closing tags should not have subtags */
|
||||||
fprintf(f, "/>");
|
fprintf(f, "/>\n");
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
fprintf(f, ">");
|
fprintf(f, ">");
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
/* ba85b6a3e2332fc51d12a5f9dc5ecbd5f5cc1555 2023-11-27T10:00:17+01:00 */
|
/* 8994b1ef8501039ec97a388680ee361138e34554 2023-11-27T11:45:06+01:00 */
|
||||||
|
|
Loading…
Reference in a new issue