diff options
| author | 2025-01-20 17:00:59 +0100 | |
|---|---|---|
| committer | 2025-01-20 17:00:59 +0100 | |
| commit | 9e283af12cf8a7e99c9ba13165135e3eff8aba01 (patch) | |
| tree | bae5f10679611d06300dd968f97155972a49241b | |
| parent | Fixed usage text. (diff) | |
| download | penes-snac2-9e283af12cf8a7e99c9ba13165135e3eff8aba01.tar.gz penes-snac2-9e283af12cf8a7e99c9ba13165135e3eff8aba01.tar.xz penes-snac2-9e283af12cf8a7e99c9ba13165135e3eff8aba01.zip | |
Minor HTML tweak.
| -rw-r--r-- | html.c | 4 |
1 files changed, 3 insertions, 1 deletions
| @@ -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, |