Просмотр исходного кода

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 месяцев назад
Родитель
Сommit
25e697ead7
1 измененных файлов с 1 добавлено и 1 удалено
  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_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")))),