diff options
Diffstat (limited to 'html.c')
| -rw-r--r-- | html.c | 6 |
1 files changed, 3 insertions, 3 deletions
| @@ -1016,7 +1016,7 @@ xs_html *html_top_controls(snac *snac) | |||
| 1016 | xs_html_sctag("input", | 1016 | xs_html_sctag("input", |
| 1017 | xs_html_attr("type", "checkbox"), | 1017 | xs_html_attr("type", "checkbox"), |
| 1018 | xs_html_attr("name", "avatar_delete")), | 1018 | xs_html_attr("name", "avatar_delete")), |
| 1019 | xs_html_text(L("Delete current avatar"))), | 1019 | xs_html_text(L("Delete current avatar"))), |
| 1020 | xs_html_tag("p", | 1020 | xs_html_tag("p", |
| 1021 | xs_html_text(L("Header image (banner): ")), | 1021 | xs_html_text(L("Header image (banner): ")), |
| 1022 | xs_html_sctag("input", | 1022 | xs_html_sctag("input", |
| @@ -1026,8 +1026,8 @@ xs_html *html_top_controls(snac *snac) | |||
| 1026 | xs_html_sctag("input", | 1026 | xs_html_sctag("input", |
| 1027 | xs_html_attr("type", "checkbox"), | 1027 | xs_html_attr("type", "checkbox"), |
| 1028 | xs_html_attr("name", "header_delete")), | 1028 | xs_html_attr("name", "header_delete")), |
| 1029 | xs_html_text(L("Delete current header image"))), | 1029 | xs_html_text(L("Delete current header image"))), |
| 1030 | xs_html_tag("p", | 1030 | xs_html_tag("p", |
| 1031 | xs_html_text(L("Bio:")), | 1031 | xs_html_text(L("Bio:")), |
| 1032 | xs_html_sctag("br", NULL), | 1032 | xs_html_sctag("br", NULL), |
| 1033 | xs_html_tag("textarea", | 1033 | xs_html_tag("textarea", |