diff options
| author | grunfink <grunfink@comam.es> | 2025-11-14 18:38:27 +0100 |
|---|---|---|
| committer | grunfink <grunfink@comam.es> | 2025-11-14 18:38:27 +0100 |
| commit | eea6aae24adb38b6609345c8a24b759e739c3a4e (patch) | |
| tree | 638be68f946d6b27fe49dd5ccf41df307e0c4154 /html.c | |
| parent | 63b7f63a809f650f8eecd84f179039d5194080f8 (diff) | |
| parent | 25e697ead702a33c2bf3c6d075793a367a7bdac0 (diff) | |
Merge branch 'master' of grunfink-codeberg:grunfink/snac2
Diffstat (limited to 'html.c')
| -rw-r--r-- | html.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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")))), |