diff options
| author | 2023-11-27 14:05:56 +0100 | |
|---|---|---|
| committer | 2023-11-27 14:05:56 +0100 | |
| commit | 3ac738b0b96dc36ed1c7a91eddf4b6c44e6f89d2 (patch) | |
| tree | 803aeffeed1aba805b0502cd0a1994c7e766cb5b /html.c | |
| parent | Revert "More minor HTML tweaks." (diff) | |
| download | snac2-3ac738b0b96dc36ed1c7a91eddf4b6c44e6f89d2.tar.gz snac2-3ac738b0b96dc36ed1c7a91eddf4b6c44e6f89d2.tar.xz snac2-3ac738b0b96dc36ed1c7a91eddf4b6c44e6f89d2.zip | |
More HTML tweaks.
Diffstat (limited to 'html.c')
| -rw-r--r-- | html.c | 16 |
1 files changed, 8 insertions, 8 deletions
| @@ -337,14 +337,14 @@ xs_html *html_note(snac *user, char *summary, | |||
| 337 | xs_html_tag("summary", | 337 | xs_html_tag("summary", |
| 338 | xs_html_text(L("Poll..."))), | 338 | xs_html_text(L("Poll..."))), |
| 339 | xs_html_tag("p", | 339 | xs_html_tag("p", |
| 340 | xs_html_text(L("Poll options (one per line, up to 8):"))), | 340 | xs_html_text(L("Poll options (one per line, up to 8):")), |
| 341 | xs_html_tag("textarea", | 341 | xs_html_sctag("br", NULL), |
| 342 | xs_html_attr("class", "snac-textarea"), | 342 | xs_html_tag("textarea", |
| 343 | xs_html_attr("name", "poll_options"), | 343 | xs_html_attr("class", "snac-textarea"), |
| 344 | xs_html_attr("rows", "4"), | 344 | xs_html_attr("name", "poll_options"), |
| 345 | xs_html_attr("wrap", "virtual"), | 345 | xs_html_attr("rows", "4"), |
| 346 | xs_html_attr("placeholder", "Option 1...\nOption 2...\nOption 3...\n...")), | 346 | xs_html_attr("wrap", "virtual"), |
| 347 | xs_html_tag("p", NULL), | 347 | xs_html_attr("placeholder", "Option 1...\nOption 2...\nOption 3...\n..."))), |
| 348 | xs_html_tag("select", | 348 | xs_html_tag("select", |
| 349 | xs_html_attr("name", "poll_multiple"), | 349 | xs_html_attr("name", "poll_multiple"), |
| 350 | xs_html_tag("option", | 350 | xs_html_tag("option", |