From 5f047d46c0ad2dd2f1cf83f359ac1ad779cb67f8 Mon Sep 17 00:00:00 2001 From: default Date: Sun, 3 Dec 2023 17:26:50 +0100 Subject: Backport from xs. --- html.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'html.c') diff --git a/html.c b/html.c index 7707413..2cf2b26 100644 --- a/html.c +++ b/html.c @@ -1000,7 +1000,7 @@ static xs_html *html_button(char *clss, char *label, char *hint) xs *c = xs_fmt("snac-btn-%s", clss); /* use an NULL tag to separate non-css-classed buttons from one another */ - return xs_html_tag(NULL, + return xs_html_container( xs_html_sctag("input", xs_html_attr("type", "submit"), xs_html_attr("name", "action"), -- cgit v1.2.3