summaryrefslogtreecommitdiff
path: root/html.c
diff options
context:
space:
mode:
authordefault <nobody@localhost>2024-05-26 09:01:13 +0200
committerdefault <nobody@localhost>2024-05-26 09:01:13 +0200
commit37b6c7926e895aedb79b39cd2e9c788c26a7db28 (patch)
tree423423daeeb273ea007f0f6412e3f84e818a305d /html.c
parent411a0f0db9e5237e7186b52c0fed3827fb1ce3d3 (diff)
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)
xs_html_sctag("input",
xs_html_attr("type", "checkbox"),
xs_html_attr("name", "avatar_delete")),
- xs_html_text(L("Delete current avatar"))),
+ xs_html_text(L("Delete current avatar"))),
xs_html_tag("p",
xs_html_text(L("Header image (banner): ")),
xs_html_sctag("input",
@@ -1026,8 +1026,8 @@ xs_html *html_top_controls(snac *snac)
xs_html_sctag("input",
xs_html_attr("type", "checkbox"),
xs_html_attr("name", "header_delete")),
- xs_html_text(L("Delete current header image"))),
- xs_html_tag("p",
+ xs_html_text(L("Delete current header image"))),
+ xs_html_tag("p",
xs_html_text(L("Bio:")),
xs_html_sctag("br", NULL),
xs_html_tag("textarea",