mirror of
https://codeberg.org/grunfink/snac2.git
synced 2024-12-27 01:33:36 +00:00
More minor HTML tweaks.
This commit is contained in:
parent
72acd8fd7d
commit
fab8b57e31
1 changed files with 30 additions and 29 deletions
5
html.c
5
html.c
|
@ -337,7 +337,8 @@ 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_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"),
|
||||
|
@ -365,7 +366,7 @@ xs_html *html_note(snac *user, char *summary,
|
|||
xs_html_text(L("End in 1 hour"))),
|
||||
xs_html_tag("option",
|
||||
xs_html_attr("value", "86400"),
|
||||
xs_html_text(L("End in 1 day"))))));
|
||||
xs_html_text(L("End in 1 day")))))));
|
||||
}
|
||||
|
||||
xs_html_add(form,
|
||||
|
|
Loading…
Reference in a new issue