diff options
| author | 2022-11-28 11:06:46 +0100 | |
|---|---|---|
| committer | 2022-11-28 11:06:46 +0100 | |
| commit | 3c7cccba3d9d90874e26550e1334a7111883b2fd (patch) | |
| tree | 4351cb8db405e3be2253f2f4029360ac635a1f76 /html.c | |
| parent | Deleted debug trap. (diff) | |
| download | snac2-3c7cccba3d9d90874e26550e1334a7111883b2fd.tar.gz snac2-3c7cccba3d9d90874e26550e1334a7111883b2fd.tar.xz snac2-3c7cccba3d9d90874e26550e1334a7111883b2fd.zip | |
Changed following_list() to return a list of actors.
Diffstat (limited to 'html.c')
| -rw-r--r-- | html.c | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -938,7 +938,7 @@ d_char *html_people(snac *snac) | |||
| 938 | 938 | ||
| 939 | s = html_user_header(snac, s, 0); | 939 | s = html_user_header(snac, s, 0); |
| 940 | 940 | ||
| 941 | // s = html_people_list(snac, s, wing, L("People you follow"), "i"); | 941 | s = html_people_list(snac, s, wing, L("People you follow"), "i"); |
| 942 | 942 | ||
| 943 | s = html_people_list(snac, s, wers, L("People that follows you"), "e"); | 943 | s = html_people_list(snac, s, wers, L("People that follows you"), "e"); |
| 944 | 944 | ||