diff options
author | default <nobody@localhost> | 2022-11-28 11:06:46 +0100 |
---|---|---|
committer | default <nobody@localhost> | 2022-11-28 11:06:46 +0100 |
commit | 3c7cccba3d9d90874e26550e1334a7111883b2fd (patch) | |
tree | 4351cb8db405e3be2253f2f4029360ac635a1f76 /html.c | |
parent | 2fab441d7133e018d043115a31b0253e67ce214e (diff) |
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) s = html_user_header(snac, s, 0); -// s = html_people_list(snac, s, wing, L("People you follow"), "i"); + s = html_people_list(snac, s, wing, L("People you follow"), "i"); s = html_people_list(snac, s, wers, L("People that follows you"), "e"); |