diff options
author | default <nobody@localhost> | 2023-11-26 20:30:36 +0100 |
---|---|---|
committer | default <nobody@localhost> | 2023-11-26 20:30:36 +0100 |
commit | c0c3e755086c55a49a425ccf30265c4c2297cdd8 (patch) | |
tree | c91b1a2279f8c221ff445c20f21522fcedc4c4b9 /html.c | |
parent | 9ea3876cb61685e0a36a11c8b069c58d71e57db6 (diff) |
Minor html tweaks.
Diffstat (limited to 'html.c')
-rw-r--r-- | html.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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; } |