summaryrefslogtreecommitdiff
path: root/html.c
diff options
context:
space:
mode:
Diffstat (limited to 'html.c')
-rw-r--r--html.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/html.c b/html.c
index 812ec94..bcafba4 100644
--- a/html.c
+++ b/html.c
@@ -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")))),