diff options
author | default <nobody@localhost> | 2024-05-07 19:45:10 +0200 |
---|---|---|
committer | default <nobody@localhost> | 2024-05-07 19:45:10 +0200 |
commit | b57409a9590c737da66c0aaa679a47c2c947fbf8 (patch) | |
tree | 62f12f0f0324bae9ab7c59fa13a6800227501cd2 | |
parent | 6b1721c977294ee28f54150579c36514aa3ee62a (diff) |
Fixed typo.
-rw-r--r-- | html.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2674,7 +2674,7 @@ int html_get_handler(const xs_dict *req, const char *q_path, xs *base = xs_fmt("/list/%s", lid); *body = html_timeline(&snac, list, 0, skip, show, - xs_list_len(next), NULL, base, 0); + xs_list_len(next), NULL, base, 1); *b_size = strlen(*body); status = 200; } |