diff options
| author | 2024-05-27 12:25:38 +0200 | |
|---|---|---|
| committer | 2024-05-27 12:25:38 +0200 | |
| commit | 4621a25ba476b8222b7fca8b545ad2489469f310 (patch) | |
| tree | f6a406c42e5e8faae255d988505d654a29c188dc /html.c | |
| parent | Implement Mastodon PATCH endpoint for account profile updates (diff) | |
| parent | Minor tweak to markdown-like links. (diff) | |
| download | snac2-4621a25ba476b8222b7fca8b545ad2489469f310.tar.gz snac2-4621a25ba476b8222b7fca8b545ad2489469f310.tar.xz snac2-4621a25ba476b8222b7fca8b545ad2489469f310.zip | |
Merge remote-tracking branch 'origin/master'
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", |