aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordefault <nobody@localhost>2025-01-20 17:00:59 +0100
committerdefault <nobody@localhost>2025-01-20 17:00:59 +0100
commit9e283af12cf8a7e99c9ba13165135e3eff8aba01 (patch)
treebae5f10679611d06300dd968f97155972a49241b
parent2ee79f565da10b243b2362bc731686753839c2eb (diff)
Minor HTML tweak.
-rw-r--r--html.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/html.c b/html.c
index 3ece3b2..2a02d18 100644
--- a/html.c
+++ b/html.c
@@ -1368,7 +1368,9 @@ xs_html *html_top_controls(snac *snac)
xs_html_sctag("input",
xs_html_attr("type", "submit"),
xs_html_attr("class", "button"),
- xs_html_attr("value", L("Update user info")))))));
+ xs_html_attr("value", L("Update user info"))),
+
+ xs_html_tag("p", NULL)))));
xs *followed_hashtags_action = xs_fmt("%s/admin/followed-hashtags", snac->actor);
xs *followed_hashtags = xs_join(xs_dict_get_def(snac->config,