summaryrefslogtreecommitdiff
path: root/html.c
diff options
context:
space:
mode:
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,
374 xs_html_sctag("input", 374 xs_html_sctag("input",
375 xs_html_attr("type", "submit"), 375 xs_html_attr("type", "submit"),
376 xs_html_attr("class", "button"), 376 xs_html_attr("class", "button"),
377 xs_html_attr("value", L("Post")))); 377 xs_html_attr("value", L("Post"))),
378 xs_html_tag("p", NULL));
378 379
379 return note; 380 return note;
380} 381}