summaryrefslogtreecommitdiff
path: root/html.c
diff options
context:
space:
mode:
authorGravatar default2024-05-26 09:01:13 +0200
committerGravatar default2024-05-26 09:01:13 +0200
commit37b6c7926e895aedb79b39cd2e9c788c26a7db28 (patch)
tree423423daeeb273ea007f0f6412e3f84e818a305d /html.c
parentMerge pull request 'Enable deletion of avatar and header image in user settin... (diff)
downloadpenes-snac2-37b6c7926e895aedb79b39cd2e9c788c26a7db28.tar.gz
penes-snac2-37b6c7926e895aedb79b39cd2e9c788c26a7db28.tar.xz
penes-snac2-37b6c7926e895aedb79b39cd2e9c788c26a7db28.zip
Minor code reformatting.
Diffstat (limited to 'html.c')
-rw-r--r--html.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/html.c b/html.c
index 4522050..d801b39 100644
--- a/html.c
+++ b/html.c
@@ -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",