mirror of
https://codeberg.org/grunfink/snac2.git
synced 2024-11-10 03:50:38 +03:00
Minor code reformatting.
This commit is contained in:
parent
411a0f0db9
commit
37b6c7926e
6
html.c
6
html.c
@ -1016,7 +1016,7 @@ xs_html *html_top_controls(snac *snac)
|
|||||||
xs_html_sctag("input",
|
xs_html_sctag("input",
|
||||||
xs_html_attr("type", "checkbox"),
|
xs_html_attr("type", "checkbox"),
|
||||||
xs_html_attr("name", "avatar_delete")),
|
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_tag("p",
|
||||||
xs_html_text(L("Header image (banner): ")),
|
xs_html_text(L("Header image (banner): ")),
|
||||||
xs_html_sctag("input",
|
xs_html_sctag("input",
|
||||||
@ -1026,8 +1026,8 @@ xs_html *html_top_controls(snac *snac)
|
|||||||
xs_html_sctag("input",
|
xs_html_sctag("input",
|
||||||
xs_html_attr("type", "checkbox"),
|
xs_html_attr("type", "checkbox"),
|
||||||
xs_html_attr("name", "header_delete")),
|
xs_html_attr("name", "header_delete")),
|
||||||
xs_html_text(L("Delete current header image"))),
|
xs_html_text(L("Delete current header image"))),
|
||||||
xs_html_tag("p",
|
xs_html_tag("p",
|
||||||
xs_html_text(L("Bio:")),
|
xs_html_text(L("Bio:")),
|
||||||
xs_html_sctag("br", NULL),
|
xs_html_sctag("br", NULL),
|
||||||
xs_html_tag("textarea",
|
xs_html_tag("textarea",
|
||||||
|
Loading…
Reference in New Issue
Block a user