diff options
| author | 2023-11-26 20:30:36 +0100 | |
|---|---|---|
| committer | 2023-11-26 20:30:36 +0100 | |
| commit | c0c3e755086c55a49a425ccf30265c4c2297cdd8 (patch) | |
| tree | c91b1a2279f8c221ff445c20f21522fcedc4c4b9 | |
| parent | html_top_controls() is fully xs_html. (diff) | |
| download | snac2-c0c3e755086c55a49a425ccf30265c4c2297cdd8.tar.gz snac2-c0c3e755086c55a49a425ccf30265c4c2297cdd8.tar.xz snac2-c0c3e755086c55a49a425ccf30265c4c2297cdd8.zip | |
Minor html tweaks.
| -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, | |||
| 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 | } |