diff options
| author | 2023-11-27 11:46:24 +0100 | |
|---|---|---|
| committer | 2023-11-27 11:46:24 +0100 | |
| commit | 72acd8fd7d28e117b3eafa5e097d758a02c76485 (patch) | |
| tree | 5980fe87080207b4339c3cf7c925d2492e99748b | |
| parent | html_msg_icon() is full xs_html. (diff) | |
| download | snac2-72acd8fd7d28e117b3eafa5e097d758a02c76485.tar.gz snac2-72acd8fd7d28e117b3eafa5e097d758a02c76485.tar.xz snac2-72acd8fd7d28e117b3eafa5e097d758a02c76485.zip | |
Backport from xs.
Diffstat (limited to '')
| -rw-r--r-- | xs_html.h | 2 | ||||
| -rw-r--r-- | xs_version.h | 2 |
2 files changed, 2 insertions, 2 deletions
| @@ -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, ">"); |
diff --git a/xs_version.h b/xs_version.h index 02fd9b7..83dfedc 100644 --- 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 */ | ||