summaryrefslogtreecommitdiff
path: root/html.c
diff options
context:
space:
mode:
authordefault <nobody@localhost>2023-11-27 14:05:56 +0100
committerdefault <nobody@localhost>2023-11-27 14:05:56 +0100
commit3ac738b0b96dc36ed1c7a91eddf4b6c44e6f89d2 (patch)
tree803aeffeed1aba805b0502cd0a1994c7e766cb5b /html.c
parentc34d701a655d0e053f017bdb72ffa9e3f98d8fe1 (diff)
More HTML tweaks.
Diffstat (limited to 'html.c')
-rw-r--r--html.c16
1 files changed, 8 insertions, 8 deletions
diff --git a/html.c b/html.c
index 1d540ca..a399bd1 100644
--- a/html.c
+++ b/html.c
@@ -337,14 +337,14 @@ xs_html *html_note(snac *user, char *summary,
xs_html_tag("summary",
xs_html_text(L("Poll..."))),
xs_html_tag("p",
- xs_html_text(L("Poll options (one per line, up to 8):"))),
- xs_html_tag("textarea",
- xs_html_attr("class", "snac-textarea"),
- xs_html_attr("name", "poll_options"),
- xs_html_attr("rows", "4"),
- xs_html_attr("wrap", "virtual"),
- xs_html_attr("placeholder", "Option 1...\nOption 2...\nOption 3...\n...")),
- xs_html_tag("p", NULL),
+ xs_html_text(L("Poll options (one per line, up to 8):")),
+ xs_html_sctag("br", NULL),
+ xs_html_tag("textarea",
+ xs_html_attr("class", "snac-textarea"),
+ xs_html_attr("name", "poll_options"),
+ xs_html_attr("rows", "4"),
+ xs_html_attr("wrap", "virtual"),
+ xs_html_attr("placeholder", "Option 1...\nOption 2...\nOption 3...\n..."))),
xs_html_tag("select",
xs_html_attr("name", "poll_multiple"),
xs_html_tag("option",