summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar default2025-01-20 17:00:59 +0100
committerGravatar default2025-01-20 17:00:59 +0100
commit9e283af12cf8a7e99c9ba13165135e3eff8aba01 (patch)
treebae5f10679611d06300dd968f97155972a49241b
parentFixed usage text. (diff)
downloadpenes-snac2-9e283af12cf8a7e99c9ba13165135e3eff8aba01.tar.gz
penes-snac2-9e283af12cf8a7e99c9ba13165135e3eff8aba01.tar.xz
penes-snac2-9e283af12cf8a7e99c9ba13165135e3eff8aba01.zip
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)
1368 xs_html_sctag("input", 1368 xs_html_sctag("input",
1369 xs_html_attr("type", "submit"), 1369 xs_html_attr("type", "submit"),
1370 xs_html_attr("class", "button"), 1370 xs_html_attr("class", "button"),
1371 xs_html_attr("value", L("Update user info"))))))); 1371 xs_html_attr("value", L("Update user info"))),
1372
1373 xs_html_tag("p", NULL)))));
1372 1374
1373 xs *followed_hashtags_action = xs_fmt("%s/admin/followed-hashtags", snac->actor); 1375 xs *followed_hashtags_action = xs_fmt("%s/admin/followed-hashtags", snac->actor);
1374 xs *followed_hashtags = xs_join(xs_dict_get_def(snac->config, 1376 xs *followed_hashtags = xs_join(xs_dict_get_def(snac->config,