summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--html.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/html.c b/html.c
index d3f812b..bf71710 100644
--- a/html.c
+++ b/html.c
@@ -1347,7 +1347,7 @@ d_char *html_people(snac *snac)
1347 1347
1348 s = html_people_list(snac, s, wing, L("People you follow"), "i"); 1348 s = html_people_list(snac, s, wing, L("People you follow"), "i");
1349 1349
1350 s = html_people_list(snac, s, wers, L("People that follows you"), "e"); 1350 s = html_people_list(snac, s, wers, L("People that follow you"), "e");
1351 1351
1352 s = html_user_footer(s); 1352 s = html_user_footer(s);
1353 1353