diff options
| author | 2024-11-24 20:33:22 +0100 | |
|---|---|---|
| committer | 2024-11-24 20:33:22 +0100 | |
| commit | 13647f790d967a046b9bd2f290541c37a0b7ea6f (patch) | |
| tree | 187c4515b236894b372d0bad1c56d2359f55ac0a /html.c | |
| parent | Changed help for the search box. (diff) | |
| download | snac2-13647f790d967a046b9bd2f290541c37a0b7ea6f.tar.gz snac2-13647f790d967a046b9bd2f290541c37a0b7ea6f.tar.xz snac2-13647f790d967a046b9bd2f290541c37a0b7ea6f.zip | |
Fixed missing else in html people list.
Diffstat (limited to 'html.c')
| -rw-r--r-- | html.c | 1 |
1 files changed, 1 insertions, 0 deletions
| @@ -2551,6 +2551,7 @@ xs_html *html_people_list(snac *snac, xs_list *list, char *header, char *t, cons | |||
| 2551 | html_button("limit", L("Limit"), | 2551 | html_button("limit", L("Limit"), |
| 2552 | L("Block announces (boosts) from this user"))); | 2552 | L("Block announces (boosts) from this user"))); |
| 2553 | } | 2553 | } |
| 2554 | else | ||
| 2554 | if (pending_check(snac, actor_id)) { | 2555 | if (pending_check(snac, actor_id)) { |
| 2555 | xs_html_add(form, | 2556 | xs_html_add(form, |
| 2556 | html_button("approve", L("Approve"), | 2557 | html_button("approve", L("Approve"), |