mirror of
https://codeberg.org/grunfink/snac2.git
synced 2024-11-09 11:40:27 +03:00
Minor html tweak.
This commit is contained in:
parent
c0c3e75508
commit
5a4de9cc8e
1
html.c
1
html.c
@ -918,6 +918,7 @@ xs_html *html_top_controls(snac *snac)
|
||||
xs_html_text(L("This account is private (posts are not shown through the web)")))),
|
||||
xs_html_tag("p",
|
||||
xs_html_text(L("Profile metadata (key=value pairs in each line):")),
|
||||
xs_html_sctag("br", NULL),
|
||||
xs_html_tag("textarea",
|
||||
xs_html_attr("name", "metadata"),
|
||||
xs_html_attr("cols", "40"),
|
||||
|
Loading…
Reference in New Issue
Block a user