Browse Source

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
grunfink 8 months ago
parent
commit
25e697ead7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      html.c

+ 1 - 1
html.c

@@ -1695,7 +1695,7 @@ xs_html *html_top_controls(snac *user)
                     xs_html_text(L("Languages you usually post in:")),
                     xs_html_text(L("Languages you usually post in:")),
                     xs_html_sctag("br", NULL),
                     xs_html_sctag("br", NULL),
                     xs_html_sctag("input",
                     xs_html_sctag("input",
-                        xs_html_attr("type", "next"),
+                        xs_html_attr("type", "text"),
                         xs_html_attr("name", "post_langs"),
                         xs_html_attr("name", "post_langs"),
                         xs_html_attr("value", post_langs),
                         xs_html_attr("value", post_langs),
                         xs_html_attr("placeholder", L("en fr es de_AT")))),
                         xs_html_attr("placeholder", L("en fr es de_AT")))),