Minor html tweaks.

This commit is contained in:
default 2023-11-26 20:30:36 +01:00
parent 9ea3876cb6
commit c0c3e75508

3
html.c
View File

@ -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;
}