summaryrefslogtreecommitdiff
path: root/html.c
diff options
context:
space:
mode:
authordefault <nobody@localhost>2023-08-11 12:38:10 +0200
committerdefault <nobody@localhost>2023-08-11 12:38:10 +0200
commitd305f899eb0a7e5526dd022c3fd08ad13ec45947 (patch)
tree52270ea695cde988611579ffce12ded7d0dba338 /html.c
parent04bb8241462fa6106515a767f7cedec7edc60474 (diff)
Set the default poll end time to 1 hour.
Diffstat (limited to 'html.c')
-rw-r--r--html.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/html.c b/html.c
index 100c089..ce0df97 100644
--- a/html.c
+++ b/html.c
@@ -430,7 +430,7 @@ xs_str *html_top_controls(snac *snac, xs_str *s)
"</select>\n"
"<select name=\"poll_end_secs\" id=\"poll_end_secs\">\n"
"<option value=\"300\">%s</option>\n"
- "<option value=\"3600\">%s</option>\n"
+ "<option value=\"3600\" selected>%s</option>\n"
"<option value=\"86400\">%s</option>\n"
"</select>\n"
"</details>\n"