diff options
| author | 2025-11-14 18:13:04 +0100 | |
|---|---|---|
| committer | 2025-11-14 18:28:21 +0100 | |
| commit | 4127e9e58b29a0618ef393a51b6da9d0b03fbcc6 (patch) | |
| tree | ce9d1e39b34cece12739ec563ff98c68ccecae54 | |
| parent | Version 2.84 RELEASED. (diff) | |
| download | snac2-4127e9e58b29a0618ef393a51b6da9d0b03fbcc6.tar.gz snac2-4127e9e58b29a0618ef393a51b6da9d0b03fbcc6.tar.xz snac2-4127e9e58b29a0618ef393a51b6da9d0b03fbcc6.zip | |
fixed typo in html attr
| -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")))), |