diff options
| author | 2025-11-14 18:38:27 +0100 | |
|---|---|---|
| committer | 2025-11-14 18:38:27 +0100 | |
| commit | eea6aae24adb38b6609345c8a24b759e739c3a4e (patch) | |
| tree | 638be68f946d6b27fe49dd5ccf41df307e0c4154 | |
| parent | Updated RELEASE_NOTES. (diff) | |
| parent | Merge pull request 'Fixed typo in html attribute' (#500) from dandelions/snac... (diff) | |
| download | snac2-eea6aae24adb38b6609345c8a24b759e739c3a4e.tar.gz snac2-eea6aae24adb38b6609345c8a24b759e739c3a4e.tar.xz snac2-eea6aae24adb38b6609345c8a24b759e739c3a4e.zip | |
Merge branch 'master' of grunfink-codeberg:grunfink/snac2
| -rw-r--r-- | html.c | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -1695,7 +1695,7 @@ xs_html *html_top_controls(snac *user) | |||
| 1695 | xs_html_text(L("Languages you usually post in:")), | 1695 | xs_html_text(L("Languages you usually post in:")), |
| 1696 | xs_html_sctag("br", NULL), | 1696 | xs_html_sctag("br", NULL), |
| 1697 | xs_html_sctag("input", | 1697 | xs_html_sctag("input", |
| 1698 | xs_html_attr("type", "next"), | 1698 | xs_html_attr("type", "text"), |
| 1699 | xs_html_attr("name", "post_langs"), | 1699 | xs_html_attr("name", "post_langs"), |
| 1700 | xs_html_attr("value", post_langs), | 1700 | xs_html_attr("value", post_langs), |
| 1701 | xs_html_attr("placeholder", L("en fr es de_AT")))), | 1701 | xs_html_attr("placeholder", L("en fr es de_AT")))), |