snac2

Fork of https://codeberg.org/grunfink/snac2
git clone https://git.inz.fi/snac2
Log | Files | Refs | README | LICENSE

commit 72acd8fd7d28e117b3eafa5e097d758a02c76485
parent cac8eba5203055178a92511b386f57349bcca506
Author: default <nobody@localhost>
Date:   Mon, 27 Nov 2023 11:46:24 +0100

Backport from xs.

Diffstat:
Mxs_html.h | 2+-
Mxs_version.h | 2+-
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/xs_html.h b/xs_html.h @@ -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, ">"); diff --git a/xs_version.h b/xs_version.h @@ -1 +1 @@ -/* ba85b6a3e2332fc51d12a5f9dc5ecbd5f5cc1555 2023-11-27T10:00:17+01:00 */ +/* 8994b1ef8501039ec97a388680ee361138e34554 2023-11-27T11:45:06+01:00 */