summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordefault <nobody@localhost>2023-11-26 20:44:25 +0100
committerdefault <nobody@localhost>2023-11-26 20:44:25 +0100
commit5a4de9cc8e80ed5a55cd2ec59dfc9b5eadf86700 (patch)
tree6a0fd0046b2b01e6abde9109281826097f38f3db
parentc0c3e755086c55a49a425ccf30265c4c2297cdd8 (diff)
Minor html tweak.
-rw-r--r--html.c1
1 files changed, 1 insertions, 0 deletions
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"),