aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgrunfink <grunfink@noreply.codeberg.org>2025-11-14 18:37:54 +0100
committergrunfink <grunfink@noreply.codeberg.org>2025-11-14 18:37:54 +0100
commit25e697ead702a33c2bf3c6d075793a367a7bdac0 (patch)
treea676710e9c9c46fe5448458fe71b393cf75fa32b
parentadf20d6f24b5eb9397236a452d4fe7b54a8aa695 (diff)
parent4127e9e58b29a0618ef393a51b6da9d0b03fbcc6 (diff)
Merge pull request 'Fixed typo in html attribute' (#500) from dandelions/snac2:next-text-typo-pr into master
Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/500
-rw-r--r--html.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/html.c b/html.c
index 812ec94..bcafba4 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")))),