From 4127e9e58b29a0618ef393a51b6da9d0b03fbcc6 Mon Sep 17 00:00:00 2001 From: green Date: Fri, 14 Nov 2025 18:13:04 +0100 Subject: fixed typo in html attr --- html.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'html.c') diff --git a/html.c b/html.c index 2146c93..e482b53 100644 --- a/html.c +++ b/html.c @@ -1695,7 +1695,7 @@ xs_html *html_top_controls(snac *user) xs_html_text(L("Languages you usually post in:")), xs_html_sctag("br", NULL), xs_html_sctag("input", - xs_html_attr("type", "next"), + xs_html_attr("type", "text"), xs_html_attr("name", "post_langs"), xs_html_attr("value", post_langs), xs_html_attr("placeholder", L("en fr es de_AT")))), -- cgit v1.2.3