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 695f853..37a884f 100644
--- a/html.c
+++ b/html.c
@@ -1360,7 +1360,7 @@ d_char *html_people(snac *snac)
1360 1360
1361 s = html_people_list(snac, s, wing, L("People you follow"), "i"); 1361 s = html_people_list(snac, s, wing, L("People you follow"), "i");
1362 1362
1363 s = html_people_list(snac, s, wers, L("People that follows you"), "e"); 1363 s = html_people_list(snac, s, wers, L("People that follow you"), "e");
1364 1364
1365 s = html_user_footer(s); 1365 s = html_user_footer(s);
1366 1366