commit c0c3e755086c55a49a425ccf30265c4c2297cdd8
parent 9ea3876cb61685e0a36a11c8b069c58d71e57db6
Author: default <nobody@localhost>
Date: Sun, 26 Nov 2023 20:30:36 +0100
Minor html tweaks.
Diffstat:
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/html.c b/html.c
@@ -374,7 +374,8 @@ xs_html *html_note(snac *user, char *summary,
xs_html_sctag("input",
xs_html_attr("type", "submit"),
xs_html_attr("class", "button"),
- xs_html_attr("value", L("Post"))));
+ xs_html_attr("value", L("Post"))),
+ xs_html_tag("p", NULL));
return note;
}