summaryrefslogtreecommitdiff
path: root/html.c
diff options
context:
space:
mode:
Diffstat (limited to 'html.c')
-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)
918 xs_html_text(L("This account is private (posts are not shown through the web)")))), 918 xs_html_text(L("This account is private (posts are not shown through the web)")))),
919 xs_html_tag("p", 919 xs_html_tag("p",
920 xs_html_text(L("Profile metadata (key=value pairs in each line):")), 920 xs_html_text(L("Profile metadata (key=value pairs in each line):")),
921 xs_html_sctag("br", NULL),
921 xs_html_tag("textarea", 922 xs_html_tag("textarea",
922 xs_html_attr("name", "metadata"), 923 xs_html_attr("name", "metadata"),
923 xs_html_attr("cols", "40"), 924 xs_html_attr("cols", "40"),