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 b34fc81..536879c 100644
--- a/html.c
+++ b/html.c
@@ -2674,7 +2674,7 @@ int html_get_handler(const xs_dict *req, const char *q_path,
2674 xs *base = xs_fmt("/list/%s", lid); 2674 xs *base = xs_fmt("/list/%s", lid);
2675 2675
2676 *body = html_timeline(&snac, list, 0, skip, show, 2676 *body = html_timeline(&snac, list, 0, skip, show,
2677 xs_list_len(next), NULL, base, 0); 2677 xs_list_len(next), NULL, base, 1);
2678 *b_size = strlen(*body); 2678 *b_size = strlen(*body);
2679 status = 200; 2679 status = 200;
2680 } 2680 }