summaryrefslogtreecommitdiff
path: root/html.c
diff options
context:
space:
mode:
Diffstat (limited to 'html.c')
-rw-r--r--html.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/html.c b/html.c
index ea154dd..2f18639 100644
--- a/html.c
+++ b/html.c
@@ -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");