summaryrefslogtreecommitdiff
path: root/html.c
diff options
context:
space:
mode:
authordefault <nobody@localhost>2023-11-26 20:30:36 +0100
committerdefault <nobody@localhost>2023-11-26 20:30:36 +0100
commitc0c3e755086c55a49a425ccf30265c4c2297cdd8 (patch)
treec91b1a2279f8c221ff445c20f21522fcedc4c4b9 /html.c
parent9ea3876cb61685e0a36a11c8b069c58d71e57db6 (diff)
Minor html tweaks.
Diffstat (limited to 'html.c')
-rw-r--r--html.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/html.c b/html.c
index 4d06b3c..75e9335 100644
--- 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;
}