From 5a4de9cc8e80ed5a55cd2ec59dfc9b5eadf86700 Mon Sep 17 00:00:00 2001 From: default Date: Sun, 26 Nov 2023 20:44:25 +0100 Subject: Minor html tweak. --- html.c | 1 + 1 file changed, 1 insertion(+) (limited to 'html.c') diff --git a/html.c b/html.c index 75e9335..2c40d70 100644 --- 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"), -- cgit v1.2.3