diff options
| author | 2023-11-26 20:44:25 +0100 | |
|---|---|---|
| committer | 2023-11-26 20:44:25 +0100 | |
| commit | 5a4de9cc8e80ed5a55cd2ec59dfc9b5eadf86700 (patch) | |
| tree | 6a0fd0046b2b01e6abde9109281826097f38f3db | |
| parent | Minor html tweaks. (diff) | |
| download | snac2-5a4de9cc8e80ed5a55cd2ec59dfc9b5eadf86700.tar.gz snac2-5a4de9cc8e80ed5a55cd2ec59dfc9b5eadf86700.tar.xz snac2-5a4de9cc8e80ed5a55cd2ec59dfc9b5eadf86700.zip | |
Minor html tweak.
| -rw-r--r-- | html.c | 1 |
1 files changed, 1 insertions, 0 deletions
| @@ -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"), |