diff options
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 | ||