summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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,