diff options
-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; } |