snac2

Fork of https://codeberg.org/grunfink/snac2
git clone https://git.inz.fi/snac2
Log | Files | Refs | README | LICENSE

commit 5a4de9cc8e80ed5a55cd2ec59dfc9b5eadf86700
parent c0c3e755086c55a49a425ccf30265c4c2297cdd8
Author: default <nobody@localhost>
Date:   Sun, 26 Nov 2023 20:44:25 +0100

Minor html tweak.

Diffstat:
Mhtml.c | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/html.c b/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"),