diff options
| author | 2025-11-14 18:37:54 +0100 | |
|---|---|---|
| committer | 2025-11-14 18:37:54 +0100 | |
| commit | 25e697ead702a33c2bf3c6d075793a367a7bdac0 (patch) | |
| tree | a676710e9c9c46fe5448458fe71b393cf75fa32b /html.c | |
| parent | Merge pull request 'Fixed memory leak' (#498) from dandelions/snac2:memory-le... (diff) | |
| parent | fixed typo in html attr (diff) | |
| download | snac2-25e697ead702a33c2bf3c6d075793a367a7bdac0.tar.gz snac2-25e697ead702a33c2bf3c6d075793a367a7bdac0.tar.xz snac2-25e697ead702a33c2bf3c6d075793a367a7bdac0.zip | |
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
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) | |||
| 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")))), |